libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
ZPlay.GetStreamInfo Method

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

Pascal
procedure GetStreamInfo(out Info: TStreamInfo);
Parameters 
Description 
out Info: 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 ... 

var
  Info: TStreamInfo;

begin
  player.GetStreamInfo(Info);
end;
Copyright (c) 2010. Zoran Cindori - All rights reserved.

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

Email: zcindori@inet.hr