StateChanged Event

Event to notify application that recorder state changed.

Namespace:  Microsoft.Rtc.Collaboration.AudioVideo
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Event StateChanged As EventHandler(Of RecorderStateChangedEventArgs)
'Usage
Dim instance As Recorder
Dim handler As EventHandler(Of RecorderStateChangedEventArgs)

AddHandler instance.StateChanged, handler
public event EventHandler<RecorderStateChangedEventArgs> StateChanged

Remarks

Event is raised for every State change that occurs on the Player, even if the State Change is invoked by the application.

See Also

Reference

Recorder Class

Recorder Members

Microsoft.Rtc.Collaboration.AudioVideo Namespace