Stream informations ( length, sampling rate, ...).
public struct TStreamInfo { public int SamplingRate; public int ChannelNumber; public bool VBR; public int Bitrate; public TStreamTime Length; public string Description; }
|
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 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 |