Trackmania ManiaScript Reference 2024.9.17.1117
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CVideo Class Reference

This is a video playback handle. More...

#include <doc.h>

Inheritance diagram for CVideo:
[legend]

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
 

Detailed Description

This is a video playback handle.

Member Data Documentation

◆ AutoProcessing

Boolean CVideo::AutoProcessing

Automatically begin processing when the layer becomes visible and end when hidden.

◆ PlayCursor

Real CVideo::PlayCursor

note: seeking not implemented, setting a value is ignored.


The documentation for this class was generated from the following file: