ManiaScript Reference
2019-05
|
Public Types | |
enum | ETextureFilter { Default, Point } |
Public Member Functions | |
Void | BeginProcessing () |
Void | EndProcessing () |
Void | Play () |
Void | Pause () |
Void | Stop () |
Public Attributes | |
const CImage | Image |
Boolean | IsLooping |
const Boolean | DownloadInProgress |
const Real | PlayLength |
const Boolean | IsProcessing |
Boolean | AutoProcessing |
const Boolean | IsPlaying |
Real | PlayCursor |
ETextureFilter | TextureFilter |
Public Attributes inherited from CNod | |
const Ident | Id |
This is a video playback handle.
Void CVideo::BeginProcessing | ( | ) |
Void CVideo::EndProcessing | ( | ) |
Void CVideo::Pause | ( | ) |
Void CVideo::Play | ( | ) |
Void CVideo::Stop | ( | ) |
Boolean CVideo::AutoProcessing |
Automatically begin processing when the layer becomes visible and end when hidden.
const Boolean CVideo::DownloadInProgress |
const CImage CVideo::Image |
Boolean CVideo::IsLooping |
const Boolean CVideo::IsPlaying |
const Boolean CVideo::IsProcessing |
Real CVideo::PlayCursor |
const Real CVideo::PlayLength |
ETextureFilter CVideo::TextureFilter |