WmaBitrateCount method |
|
Remarks
Obtains the number of bitrates for WMA casting supported by a certain frequency and number of channels
Single bitrates can be obtained through the WmaBitrateGet method.
Further information about management of casting sessions can be found inside the How to use the control as a source for streaming servers like SHOUTcast tutorial.
Syntax
[Visual Basic] Public Function WmaBitrateCount ( nFrequency as Int32, nChannels as Int16 ) as Int16 |
[C#] public Int16 WmaBitrateCount ( Int32 nFrequency, Int16 nChannels ); |
[C++] public: Int16 WmaBitrateCount ( Int32 nFrequency, Int16 nChannels ); |
Parameter |
Description |
|
|
nFrequency |
Frequency expressed in Hertz |
nChannels |
Number of channels |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
Value >= 0 |
Number of supported bitrates |