AudioBase(float maxTimeDiffernce = 100/1000.f, unsigned checkFrameInterval = 15, SyncTypeFlags syncType = AudioMaster);
AudioBase constructor. Sets State_Audio as its State type.
Parameters |
Description |
float maxTimeDiffernce = 100/1000.f |
Time difference between the audio and video frame time. |
unsigned checkFrameInterval = 15 |
Frame interval for synchronization check. |
SyncTypeFlags syncType = AudioMaster |
SyncTypeFlags set for the synchronization. |