|
CastingStreamMixerStop event |
![]() ![]()
|
Remarks
Occurs when a stream mixer stops a casting session.
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] CastingStreamMixerStop ( ByVal nCastingUniqueId as Integer, ByVal nResult as enumErrorCodes ) |
[C++] void CastingStreamMixerStop ( short nCastingUniqueId, short nResult ); |
Parameter |
Description |
|
|
nCastingUniqueId |
Unique identifier of the casting session returned by a previous call to CastingCreateFromStreamMixer, CastingWmaPubPointOpenForStreamMixer or CastingWmaNetworkOpenForStreamMixer methods. |
nResult |
The result of the operation. See the LastError property for details about the returned result code. |