RTP Audio System  2.0.0
MediaInfo Struct 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

void MediaInfo::reset ( )

Reset.

Translate byte order.


Member Data Documentation

Artist string.

Comment string.

End time stamp of the media.

const cardinal MediaInfo::MaxArtistLength = 47 [static]

Constant for the maximum author length.

Constant for the maximum comment length.

const cardinal MediaInfo::MaxTitleLength = 47 [static]

Constant for the maximum title length.

Start time stamp of the media.

Title string.


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