Stream informations ( length, sampling rate, ...).
TStreamInfo = record SamplingRate: Cardinal; ChannelNumber: Cardinal; VBR: Boolean; Bitrate: Cardinal; Length: TStreamTime; Description: AnsiString; end;
Parameters |
Description |
SamplingRate |
Sampling rate in Hz |
ChannelNumber |
Number of channels. |
VBR |
Variable bitrate indicator. If this value is 1 stream is variable bitrate. |
Bitrate |
Stream bitrate. Average bitrate if stream is VBR. |
Length |
Stream length. All members are valid. Warning: Read more about accurate length. |
Description of stream as string.
Use this structure to get basic informations about stream.
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |