Properties ( all Read-only otherwise noted ):
BitRate Bitrate of MP3-stream
FrameCount: Number of frames in MP3-stream
TotalTime: Returned the total playback time
FrameNotifyCount( RW ): Sent notify event every x frames ( default 32 )
IsCopyrighted: Return info from MPEG stream
IsOriginal: Return info from MPEG stream
HasChecksums: Return info from MPEG stream
SampleFrequency: Returns Samples / sec playback
Layer: Return MPEG Audio Layer 1, 2 or 3
MPEGVersion: Return version of MPEG-stream ( 1 or 2 )
FramesPerSec: Return frames played in one second
max44: Normally the maximal frequency of a mp3-file is 44 kHz, so that an 48kHz-File cannot be played. If you set max44 on true, a 48 KHz-File for example will be transformed in a 44 kHz-File, with SetSpeed you can compensate the changed frequency. |