#include <mxmAudioBlockInfo.h>
Inheritance diagram for mxmAudioBlockInfo:
Public Member Functions | |
mxmAudioBlockInfo (mxm::frame_time time_stamp, mxm::frame_time time_span, int size) | |
void | setTimeStamp (mxm::frame_time time_stamp) |
mxm::frame_time | timeStamp () const |
mxm::frame_time | timeSpan () const |
int | size () const |
Returns the size of the audio block in bytes. | |
mxm::EAudioFormat | format () const |
Private Attributes | |
mxm::frame_time | TimeStamp |
mxm::frame_time | TimeSpan |
int | Size |
mxm::EAudioFormat | Format |
void * | StableABIDataExtension |
[khe]
Kai Hergenroether