TVorbisIn Properties


BitStreams : Integer;

Readonly

Read this property to get number of logical bitstreams in the multi-streamed file. By default the component plays all the bitstreams from the first to the last just as if they were the same bitstream. The playback time also refers to the total time of all the bitstreams. You need to handle bitstreams-related properties only if you want to navigate between several bitstreams in a multi-streamed file.


Comments : TStringList;

Readonly

Use this property to read comment strings added to the Ogg file.


CurrentBitStream : Integer;

Read this property to get the number of the current bitstream being played (0 < = CurrentBitStream < BitStreams). Assigning a value to this property makes the component start playback from the begininning of the specified logical bitstream. This property can be used only during actual playback process.

See also BitStreams property.


InstantBitRate : Integer;

Readonly

Use this property to get current bitrate (in bits per second) of the VBR-encoded Vorbis file.


MaxBitRate : Integer;

Readonly

Use this property to get the maximum bitrate (in bits per second) of the Vorbis file.


MinBitRate : Integer;

Readonly

Use this property to get the minimum bitrate (in bits per second) of the Vorbis file.


NominalBitRate : Integer;

Readonly

Use this property to get the nominal bitrate (in bits per second) of the Vorbis file.


TVorbisIn ACS Classes Home


Copyright © 2002, 2003 Andrei Borovsky. All rights reserved.