![]() |
ManiaScript Trackmania 2020
14/07/2025
|
This is a video playback handle. More...
#include <2025_07_14.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.
Definition at line 14523 of file 2025_07_14.h.
| Enumerator | |
|---|---|
| Default | |
| Point | |
Definition at line 14528 of file 2025_07_14.h.
| 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.
Definition at line 14563 of file 2025_07_14.h.
| Boolean const CVideo::DownloadInProgress |
Definition at line 14543 of file 2025_07_14.h.
| CImage* const CVideo::Image |
Definition at line 14535 of file 2025_07_14.h.
| Boolean CVideo::IsLooping |
Definition at line 14539 of file 2025_07_14.h.
| Boolean const CVideo::IsPlaying |
Definition at line 14579 of file 2025_07_14.h.
| Boolean const CVideo::IsProcessing |
Definition at line 14559 of file 2025_07_14.h.
| Real CVideo::PlayCursor |
note: seeking not implemented, setting a value is ignored.
Definition at line 14583 of file 2025_07_14.h.
| Real const CVideo::PlayLength |
Definition at line 14547 of file 2025_07_14.h.
| CVideo::ETextureFilter CVideo::TextureFilter |
Definition at line 14587 of file 2025_07_14.h.