CastingIsActive method |
|
Remarks
Checks if the given WMA casting session is active and started.
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.CastingIsActive ( nCastingUniqueID as Long ) as Boolean |
[C++] BOOL control.CastingIsActive ( long nCastingUniqueID ); |
Parameter |
Description |
|
|
nCastingUniqueID |
Unique identifier of the casting session returned by a previous call to CastingCreateFromStreamMixer, CastingCreateFromPlayer, CastingWmaPubPointOpenForStreamMixer, CastingWmaPubPointOpenForPlayer, CastingWmaNetworkOpenForStreamMixer or CastingWmaNetworkOpenForPlayer methods. |
Return value
Value |
Meaning |
|
|
False |
The casting session is not active |
True |
The casting session is active |