Class WebRTCStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the StateChanged event.
public class WebRTCStateChangedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCStateChangedEventArgs
Properties
View SourceCurrent
The current state.
Declaration
public WebRTCState Current { get; }
Property Value
Type | Description |
---|---|
WebRTCState | The current WebRTC state |
Previous
The previous state.
Declaration
public WebRTCState Previous { get; }
Property Value
Type | Description |
---|---|
WebRTCState | The previous WebRTC state |
Methods
View SourceToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()