Search Results for

    Show / Hide Table of Contents

    Class TrackBase

    Inheritance
    System.Object
    TrackBase
    AudioTrack
    TextTrack
    VideoTrack
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public class TrackBase

    Constructors

    TrackBase()

    Declaration
    protected TrackBase()

    Properties

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type Description
    System.String

    IsDefault

    Declaration
    public bool IsDefault { get; }
    Property Value
    Type Description
    System.Boolean

    Language

    Declaration
    public string Language { get; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    System.String

    TrackType

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

    Uid

    Declaration
    public int Uid { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    CreateDisplayName()

    Declaration
    protected string CreateDisplayName()
    Returns
    Type Description
    System.String
    In This Article