Class WebRTCFrameEncodedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia.Remoting
    Assembly:
    Tizen.Multimedia.Remoting.dll

    Provides data for the AudioFrameEncoded or VideoFrameEncoded event.

    public class WebRTCFrameEncodedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    WebRTCFrameEncodedEventArgs

    Properties

    View Source

    MediaStreamTrack

    Gets the information of media stream track from remote peer.

    Declaration
    public MediaStreamTrack MediaStreamTrack { get; }
    Property Value
    Type Description
    MediaStreamTrack

    The media type.

    View Source

    Packet

    Gets the media packet which has a frame data.

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

    The media packet which has a frame data.

    Methods

    View Source

    ToString()

    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()
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX