libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayVB.TStreamInfo Structure

Stream informations ( length, sampling rate, ...).

Visual Basic
Public Structure TStreamInfo
  Public SamplingRate As Integer
  Public ChannelNumber As Integer
  Public VBR As Boolean
  Public Bitrate As Integer
  Public Length As TStreamTime
  Public Description As String
End Structure
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