Class WebRTCTrackAddedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the TrackAdded event.
public class WebRTCTrackAddedEventArgs : EventArgs
- Inheritance
-
objectSystem.EventArgsWebRTCTrackAddedEventArgs
Properties
View SourceMediaStreamTrack
Gets the media type.
Declaration
public MediaStreamTrack MediaStreamTrack { get; }
Property Value
Type | Description |
---|---|
MediaStreamTrack | The media type. |
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()