Search Results for

    Show / Hide Table of Contents

    Class TrackCollection

    Inheritance
    System.Object
    TrackCollection
    TrackCollection<T>
    Implements
    System.Collections.Generic.IEnumerable
    Namespace: RenderHeads.Media.AVProVideo
    Assembly: cs.temp.dll.dll
    Syntax
    public abstract class TrackCollection

    Properties

    Count

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

    TrackType

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

    Methods

    GetEnumerator()

    Declaration
    public abstract IEnumerator GetEnumerator()
    Returns
    Type Description
    System.Collections.Generic.IEnumerator

    Implements

    System.Collections.Generic.IEnumerable
    In This Article