Trackmania ManiaScript Reference 2025.6.19.2137
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 Enumeration Documentation

◆ ETextureFilter

Enumerator
Default 
Point 

Member Function Documentation

◆ BeginProcessing()

Void CVideo::BeginProcessing ( )

◆ EndProcessing()

Void CVideo::EndProcessing ( )

◆ Pause()

Void CVideo::Pause ( )

◆ Play()

Void CVideo::Play ( )

◆ Stop()

Void CVideo::Stop ( )

Member Data Documentation

◆ AutoProcessing

Boolean CVideo::AutoProcessing

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

◆ DownloadInProgress

Boolean const CVideo::DownloadInProgress

◆ Image

CImage* const CVideo::Image

◆ IsLooping

Boolean CVideo::IsLooping

◆ IsPlaying

Boolean const CVideo::IsPlaying

◆ IsProcessing

Boolean const CVideo::IsProcessing

◆ PlayCursor

Real CVideo::PlayCursor

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

◆ PlayLength

Real const CVideo::PlayLength

◆ TextureFilter

CVideo::ETextureFilter CVideo::TextureFilter

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