Description | Hierarchy | Fields | Methods | Properties |
type TAdMediaStream = class(TObject)
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.
![]() |
constructor Create(AParent: TAdMediaDecoder; AIndex: integer; AStreamType: TAdMediaStreamType); |
![]() |
property Active: boolean read FActive write SetActive; |
![]() |
property StreamType: TAdMediaStreamType read FStreamType; |
![]() |
property StreamIndex: integer read FIndex; |
![]() |
constructor Create(AParent: TAdMediaDecoder; AIndex: integer; AStreamType: TAdMediaStreamType); |
Creates an instance of TAdMedia stream. |
![]() |
property StreamType: TAdMediaStreamType read FStreamType; |
Specifies the type of the media stream. |
![]() |
property StreamIndex: integer read FIndex; |
Specifies the index of the stream |