Class WebRTCFrameEncodedEventArgs
Definition
- Namespace:
- Tizen.Multimedia.Remoting
- Assembly:
- Tizen.Multimedia.Remoting.dll
Provides data for the Audio
public class WebRTCFrameEncodedEventArgs : EventArgs
- Inheritance
-
objectSystem.
Event Args WebRTCFrame Encoded Event Args
Properties
View SourceMediaStreamTrack
Gets the information of media stream track from remote peer.
Declaration
public MediaStreamTrack MediaStreamTrack { get; }
Property Value
Type | Description |
---|---|
Media |
The media type. |
Packet
Gets the media packet which has a frame data.
Declaration
public MediaPacket Packet { get; }
Property Value
Type | Description |
---|---|
Media |
The media packet which has a frame data. |
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()