Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
|
This is a video playback handle. More...
#include <doc.h>
Public Types | |
enum | ETextureFilter { Default , Point } |
Public Member Functions | |
Void | BeginProcessing () |
Void | EndProcessing () |
Void | Play () |
Void | Pause () |
Void | Stop () |
Public Attributes | |
CImage *const | Image |
Boolean | IsLooping |
Boolean const | DownloadInProgress |
Real const | PlayLength |
Boolean const | IsProcessing |
Boolean | AutoProcessing |
Boolean const | IsPlaying |
Real | PlayCursor |
CVideo::ETextureFilter | TextureFilter |
Public Attributes inherited from CNod | |
Ident const | Id |
This is a video playback handle.
Boolean CVideo::AutoProcessing |
Automatically begin processing when the layer becomes visible and end when hidden.
Real CVideo::PlayCursor |
note: seeking not implemented, setting a value is ignored.