Class WebRTCStateChangedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
- API Level:
- 9
Provides data for the StateChanged event.
C#Copypublic class WebRTCStateChangedEventArgs : EventArgs
- Inheritance
Properties
Declaration
C#Copypublic WebRTCState Current { get; }
Property Value
Type | Description |
---|---|
WebRTCState | The current WebRTC state |
API Level: 9
Declaration
C#Copypublic WebRTCState Previous { get; }
Property Value
Type | Description |
---|---|
WebRTCState | The previous WebRTC state |
API Level: 9
Methods
Declaration
C#Copypublic override string ToString()
Returns
Type | Description |
---|---|
System.String | A string that represents the current object. |
Overrides
System.Object.ToString()