Class VideoStreamChangedEventArgs

    Definition

    Namespace:
    Tizen.Multimedia
    Assembly:
    Tizen.Multimedia.MediaPlayer.dll

    Provides data for the VideoStreamChanged event.

    public class VideoStreamChangedEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    VideoStreamChangedEventArgs

    Properties

    View Source

    BitRate

    Gets the bit rate of the new video.

    Declaration
    public int BitRate { get; }
    Property Value
    Type Description
    int
    View Source

    Fps

    Gets the fps of the new video.

    Declaration
    public int Fps { get; }
    Property Value
    Type Description
    int
    View Source

    Size

    Gets the Size of the new video.

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

    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