RTP Trace System  1.0
Coral::MediaInfo Class Reference

Media Info. More...

#include <mediainfo.h>

List of all members.

Public Member Functions

 MediaInfo ()
void reset ()
void translate ()

Public Attributes

card64 StartTimeStamp
card64 EndTimeStamp
char Title [MaxTitleLength+1]
char Artist [MaxArtistLength+1]
char Comment [MaxCommentLength+1]

Static Public Attributes

static const cardinal MaxTitleLength = 47
static const cardinal MaxArtistLength = 47
static const cardinal MaxCommentLength = 47

Detailed Description

Media Info.

This class contains information on a media.

Author:
Thomas Dreibholz
Version:
1.0

Constructor & Destructor Documentation

Constructor.


Member Function Documentation

Reset.

Translate byte order.


Member Data Documentation

Artist string.

End time stamp of the media.

Constant for the maximum author length.

Constant for the maximum comment length.

Constant for the maximum title length.

Start time stamp of the media.

Title string.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines