RTP Audio System
2.0.0
|
Media Info. More...
#include <mediainfo.h>
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 |
Media Info.
This class contains information on a media.
Constructor.
void MediaInfo::reset | ( | ) |
Reset.
void MediaInfo::translate | ( | ) |
Translate byte order.
char MediaInfo::Artist[MaxArtistLength+1] |
Artist string.
char MediaInfo::Comment[MaxCommentLength+1] |
Comment string.
End time stamp of the media.
const cardinal MediaInfo::MaxArtistLength = 47 [static] |
Constant for the maximum author length.
const cardinal MediaInfo::MaxCommentLength = 47 [static] |
Constant for the maximum comment length.
const cardinal MediaInfo::MaxTitleLength = 47 [static] |
Constant for the maximum title length.
Start time stamp of the media.
char MediaInfo::Title[MaxTitleLength+1] |
Title string.