Class TGLVideo2D
Unit
CastleGLImages
Declaration
type TGLVideo2D = class(TGLVideo)
Description
Video expressed as a series of TGLImage, to play as 2D GUI control.
Hierarchy
Overview
Methods
Description
Methods
 |
constructor Create(Video: TVideo; const ScalingPossible: boolean = false); |
|
 |
constructor Create(const URL: string; const ScalingPossible: boolean = false); |
|
 |
constructor Create(const URL: string; const ResizeToX: Cardinal = 0; const ResizeToY: Cardinal = 0; const Interpolation: TResizeInterpolation = riBilinear); |
|
 |
constructor CreateScale(const URL: string; const Scale: Single; const Interpolation: TResizeInterpolation = riBilinear); |
|
 |
destructor Destroy; override; |
|
 |
function GLImageFromTime(const Time: Single): TGLImage; |
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:35
|