libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
ZPlay.GetStreamInfo Method

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

C#
public void GetStreamInfo(ref TStreamInfo info);
Parameters 
Description 
ref TStreamInfo info 
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 ... 

TStreamInfo Info = new TStreamInfo();
player.GetStreamInfo(ref Info);
Copyright (c) 2010. Zoran Cindori - All rights reserved.

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

Email: zcindori@inet.hr