libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
ZPlay.GetStreamInfo Method

Get stream informations (length, sampling rate, channel number, ...).

Visual Basic
Public Sub GetStreamInfo(ByRef info As TStreamInfo)
Parameters 
Description 
ByRef info As TStreamInfo 
Reference to TStreamInfo. User must allocate memory for this structure. 

None.

Use this function to get basic informations about opened stream. 

Note: Only with this function you can get stream length, sampling rate, channel number ... 

Dim StreamInfo As New TStreamInfo()
player.GetStreamInfo(StreamInfo)
Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr