Class TAdMediaStream

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAdMediaStream = class(TObject)

Description

Contains information about all media streams in a media file and gives the possibility to activate or deactivate specific streams. By default the first media stream with the type "amVideo" is activated.

Hierarchy

Overview

Methods

Public constructor Create(AParent: TAdMediaDecoder; AIndex: integer; AStreamType: TAdMediaStreamType);

Properties

Public property Active: boolean read FActive write SetActive;
Public property StreamType: TAdMediaStreamType read FStreamType;
Public property StreamIndex: integer read FIndex;

Description

Methods

Public constructor Create(AParent: TAdMediaDecoder; AIndex: integer; AStreamType: TAdMediaStreamType);

Creates an instance of TAdMedia stream.

Properties

Public property Active: boolean read FActive write SetActive;

Sepcifies whether this media stream is currently active. Is this is the case, the media decoder will decode this stream and send decoded data to the decoder thread.

Public property StreamType: TAdMediaStreamType read FStreamType;

Specifies the type of the media stream.

Public property StreamIndex: integer read FIndex;

Specifies the index of the stream

SourceForge.net Logo


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