virtual class VideoSound* Create() = 0;
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.
VideoSound stream object.