Scaleform::GFx::Video::VideoSound::PCMStream
class PCMStream;
PCMStream is an abstract interface used by VideoSound implementation to retrieve sound data from the video player. This interface is passed as an argument to Start begin playing the sound. VideoSound implementor should request sound data through this interface until Stop is called.
Method |
Description |
Obtains the sound data from the video file in float format. | |
Obtains sound data from the video file in SInt16 format. |
Video_Video.h