record TAdVideoInfo

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdVideoInfo = record

Description

Infos about the current video frame that are exchanged between the video plugin and the player.

Overview

Fields

Width: integer;
Height: Integer;
FPS: Double;
PixelAspect: Double;

Description

Fields

Width: integer;

Width of the video frame in memory

Height: Integer;

Height of the video frame in memory

FPS: Double;

Frequency the frames should change

PixelAspect: Double;

Some video formats are streched, like the PAL 16/9 Video. PixelAspect specifies the relative width of one pixel: A value of 1.2 eg. means that a pixel is streched to 120% if its original size.

SourceForge.net Logo


Generated by PasDoc 0.11.0 on 2008-12-31 14:32:00