|
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] Public Event CastingStreamMixerStop As CastingStreamMixerStopEventHandler |
[C#] public event CastingStreamMixerStopEventHandler CastingStreamMixerStop; |
[C++] public: __event CastingStreamMixerStopEventHandler CastingStreamMixerStop; |
Event Data
The event handler receives an argument of type CastingResultEventArgs having the following parameters:
Parameters |
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. |