Class WebRTCStateChangedEventArgs

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
9

Provides data for the StateChanged event.

C#
Copy
public class WebRTCStateChangedEventArgs : EventArgs
Inheritance
WebRTCStateChangedEventArgs

Properties

View Source

Current

The current state.

Declaration
C#
Copy
public WebRTCState Current { get; }
Property Value
Type Description
WebRTCState

The current WebRTC state

API Level: 9
View Source

Previous

The previous state.

Declaration
C#
Copy
public WebRTCState Previous { get; }
Property Value
Type Description
WebRTCState

The previous WebRTC state

API Level: 9

Methods

View Source

ToString()

Returns a string that represents the current object.

Declaration
C#
Copy
public override string ToString()
Returns
Type Description
String

A string that represents the current object.

API Level: 9

Extension Methods