record TAdMediaPacket

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdMediaPacket = record

Description

Represents an decoded media package that is recived from the decoder.

Overview

Fields

StreamType: TAdMediaStreamType;
StreamIndex: integer;
Timecode: TAdVideoPosition;
Info: array[0..127] of Byte;
BufferSize: integer;
Buffer: PByte;

Description

Fields

StreamType: TAdMediaStreamType;

Type of the decoded data.

StreamIndex: integer;

Stream the packet belongs to.

Timecode: TAdVideoPosition;

Position of the packet on the video timeline.

Info: array[0..127] of Byte;

May contains information about the video.

BufferSize: integer;

Size of the buffer.

Buffer: PByte;

Pointer to the buffer.

SourceForge.net Logo


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