Get stream informations (length, sampling rate, channel number, ...).
void GetStreamInfo(TStreamInfo % info);
Parameters |
Description |
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 StreamInfo; player->GetStreamInfo(StreamInfo);
Copyright (c) 2010. Zoran Cindori - All rights reserved.
Web: http://libzplay.sourceforge.net/ Email: zcindori@inet.hr |