|
RTP Trace System
1.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 Coral::MediaInfo::reset | ( | ) |
Reset.
| void Coral::MediaInfo::translate | ( | ) |
Translate byte order.
Artist string.
Comment string.
End time stamp of the media.
const cardinal Coral::MediaInfo::MaxArtistLength = 47 [static] |
Constant for the maximum author length.
const cardinal Coral::MediaInfo::MaxCommentLength = 47 [static] |
Constant for the maximum comment length.
const cardinal Coral::MediaInfo::MaxTitleLength = 47 [static] |
Constant for the maximum title length.
Start time stamp of the media.
Title string.