Class TGLVideo2D
Unit
Declaration
type TGLVideo2D = class(TGLVideo)
Description
Video expressed as a series of TDrawableImage, to play as 2D GUI control.
Source: src/base_rendering/castleglimages_video.inc (line 86).
Hierarchy
- TObject
- TGLVideo
- TGLVideo2D
Overview
Methods
![]() |
constructor Create(Video: TVideo; const SmoothScaling: boolean = true); overload; |
![]() |
constructor Create(const Url: String; const SmoothScaling: boolean = true); overload; |
![]() |
constructor Create(const Url: String; const ResizeToX: Cardinal = 0; const ResizeToY: Cardinal = 0; const Interpolation: TResizeInterpolation = riBilinear); overload; |
![]() |
destructor Destroy; override; |
![]() |
function DrawableImageFromTime(const Time: TFloatTime): TDrawableImage; |
![]() |
function GLImageFromTime(const Time: TFloatTime): TDrawableImage; deprecated 'use DrawableImageFromTime'; |
Description
Methods
![]() |
constructor Create(Video: TVideo; const SmoothScaling: boolean = true); overload; |
|
This item has no description. Source: src/base_rendering/castleglimages_video.inc (line 90). | |
![]() |
constructor Create(const Url: String; const SmoothScaling: boolean = true); overload; |
|
This item has no description. Source: src/base_rendering/castleglimages_video.inc (line 92). | |
![]() |
constructor Create(const Url: String; const ResizeToX: Cardinal = 0; const ResizeToY: Cardinal = 0; const Interpolation: TResizeInterpolation = riBilinear); overload; |
|
This item has no description. Source: src/base_rendering/castleglimages_video.inc (line 94). | |
![]() |
destructor Destroy; override; |
|
This item has no description. Source: src/base_rendering/castleglimages_video.inc (line 98). | |
![]() |
function DrawableImageFromTime(const Time: TFloatTime): TDrawableImage; |
|
This item has no description. Source: src/base_rendering/castleglimages_video.inc (line 100). | |
![]() |
function GLImageFromTime(const Time: TFloatTime): TDrawableImage; deprecated 'use DrawableImageFromTime'; |
|
Warning: this symbol is deprecated: use DrawableImageFromTime This item has no description. Source: src/base_rendering/castleglimages_video.inc (line 101). | |
Generated by PasDoc 0.17.0.snapshot.
