VideoSoundSystem::Create

VideoSoundSystem::Create
virtual class VideoSound* Create() = 0;
Description

Create creates a VideoSound stream object for a particular video instance; returns null in case of failure. After sound is created, GFx will call its VideoSound::CreateOutput, VideoSound::Start, VideoSound::Stop and other methods to it when it can start polling for data.

Return Value

VideoSound stream object.