![]() |
ManiaScript Trackmania 2020
30/10/2024
|
This is a video playback handle. More...
#include <2024_10_30.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 |
![]() | |
Ident const | Id |
This is a video playback handle.
Definition at line 14495 of file 2024_10_30.h.
Enumerator | |
---|---|
Default | |
Point |
Definition at line 14500 of file 2024_10_30.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 14535 of file 2024_10_30.h.
Boolean const CVideo::DownloadInProgress |
Definition at line 14515 of file 2024_10_30.h.
CImage* const CVideo::Image |
Definition at line 14507 of file 2024_10_30.h.
Boolean CVideo::IsLooping |
Definition at line 14511 of file 2024_10_30.h.
Boolean const CVideo::IsPlaying |
Definition at line 14551 of file 2024_10_30.h.
Boolean const CVideo::IsProcessing |
Definition at line 14531 of file 2024_10_30.h.
Real CVideo::PlayCursor |
note: seeking not implemented, setting a value is ignored.
Definition at line 14555 of file 2024_10_30.h.
Real const CVideo::PlayLength |
Definition at line 14519 of file 2024_10_30.h.
CVideo::ETextureFilter CVideo::TextureFilter |
Definition at line 14559 of file 2024_10_30.h.