Class WebRTCFrameEncodedEventArgs

Definition

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

Provides data for the AudioFrameEncoded or VideoFrameEncoded event.

C#
Copy
public class WebRTCFrameEncodedEventArgs : EventArgs
Inheritance
System.Object
WebRTCFrameEncodedEventArgs

Properties

View Source

MediaStreamTrack

Gets the track information.

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

The media type.

API Level: 9
View Source

Packet

Gets the media packet which has a frame data.

Declaration
C#
Copy
public MediaPacket Packet { get; }
Property Value
Type Description
MediaPacket

The media packet which has a frame data.

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
System.String

A string that represents the current object.

Overrides
System.Object.ToString()
API Level: 9