Stream informations ( length, sampling rate, ...), ANSI version.
typedef struct { int SamplingRate; int ChannelNumber; int VBR; int Bitrate; TStreamTime Length; char * Description; } TStreamInfo;
|
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 |
Description of stream as ANSI null terminated 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 |