Scaleform::GFx::Video::VideoSound::Status
Scaleform::GFx::Video::VideoSound::Status
enum Status {
Sound_Stopped,
Sound_Playing,
Sound_Paused,
Sound_Error
};
Description
Indicates the current status of the VideoSound object. Implementation should properly transition the status within Start, Stop and Pause calls.
Members
Members |
Description |
Sound_Stopped |
Sound module does not output the sound of the video. |
Sound_Playing |
Sound module is running to output the sound of the video. |
Sound_Paused |
Sound playback is paused. |
Sound_Error |
An error has occurred. |
File