Class TGLVideo2D

Unit

Declaration

type TGLVideo2D = class(TGLVideo)

Description

Video expressed as a series of TDrawableImage, to play as 2D GUI control.

Hierarchy

Overview

Methods

Public constructor Create(Video: TVideo; const SmoothScaling: boolean = true); overload;
Public constructor Create(const URL: string; const SmoothScaling: boolean = true); overload;
Public constructor Create(const URL: string; const ResizeToX: Cardinal = 0; const ResizeToY: Cardinal = 0; const Interpolation: TResizeInterpolation = riBilinear); overload;
Public destructor Destroy; override;
Public function DrawableImageFromTime(const Time: TFloatTime): TDrawableImage;
Public function GLImageFromTime(const Time: TFloatTime): TDrawableImage; deprecated 'use DrawableImageFromTime';

Description

Methods

Public constructor Create(Video: TVideo; const SmoothScaling: boolean = true); overload;
 
Public constructor Create(const URL: string; const SmoothScaling: boolean = true); overload;
 
Public constructor Create(const URL: string; const ResizeToX: Cardinal = 0; const ResizeToY: Cardinal = 0; const Interpolation: TResizeInterpolation = riBilinear); overload;
 
Public destructor Destroy; override;
 
Public function DrawableImageFromTime(const Time: TFloatTime): TDrawableImage;
 
Public function GLImageFromTime(const Time: TFloatTime): TDrawableImage; deprecated 'use DrawableImageFromTime';

Warning: this symbol is deprecated: use DrawableImageFromTime

 

Generated by PasDoc 0.16.0.