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] Public Function CastingIsActive ( nCastingUniqueID as Int32 ) as Boolean |
[C#] public bool CastingIsActive ( Int32 nCastingUniqueID ); |
[C++] public: bool CastingIsActive ( Int32 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 |