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] control.WmaBitrateCount ( nFrequency as Long, nChannels as Integer ) as Integer |
[C++] short control.WmaBitrateCount ( long nFrequency, short 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 |