Class MediaPacketVideoPlane

    Definition

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

    Represents a video plane for the MediaPacket. This class is used if and only if the format of the packet is the raw video.

    public class MediaPacketVideoPlane
    Inheritance
    object
    MediaPacketVideoPlane

    Properties

    View Source

    Buffer

    Gets the buffer of the current video plane.

    Declaration
    public IMediaBuffer Buffer { get; }
    Property Value
    Type Description
    IMediaBuffer
    View Source

    StrideHeight

    Gets the stride height of the current video plane.

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

    StrideWidth

    Gets the stride width of the current video plane.

    Declaration
    public int StrideWidth { get; }
    Property Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX