VideoSound::PCMStream

VideoSound::PCMStream
Scaleform::GFx::Video::VideoSound::PCMStream
Declaration
class PCMStream;
Description

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.

Methods
Method 
Description 
Obtains the sound data from the video file in float format. 
Obtains sound data from the video file in SInt16 format. 
File

Video_Video.h