class MediaInfo

Media Info. More...

Full nameCoral::MediaInfo
Definition#include <mediainfo.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Members


Detailed Description

This class contains information on a media.

MediaInfo ()

Constructor.

void reset ()

Reset.

void translate ()

Translate byte order.

card64 StartTimeStamp

Start time stamp of the media.

card64 EndTimeStamp

End time stamp of the media.

static const cardinal MaxTitleLength

Constant for the maximum title length.

static const cardinal MaxArtistLength

Constant for the maximum author length.

static const cardinal MaxCommentLength

Constant for the maximum comment length.

char [MaxTitleLength + 1] Title

Title string.

char [MaxArtistLength + 1] Artist

Artist string.

char [MaxCommentLength + 1] Comment

Comment string.