Search Results for

    Show / Hide Table of Contents

    Class MediaConfig<TConfig>

    A media configuration.

    Inheritance
    System.Object
    MediaConfig<TConfig>
    AudioConfig
    ScreenConfig
    VideoConfig
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public abstract class MediaConfig<TConfig>
        where TConfig : MediaConfig<TConfig>
    Type Parameters
    Name Description
    TConfig

    Constructors

    MediaConfig(Int32)

    Initializes a new instance of the MediaConfig<TConfig> class.

    Declaration
    public MediaConfig(int clockRate)
    Parameters
    Type Name Description
    System.Int32 clockRate

    The clock rate.

    Properties

    ClockRate

    Gets the clock rate.

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

    Methods

    IsEquivalent(TConfig)

    Determines whether the specified configuration is equivalent.

    Declaration
    public virtual bool IsEquivalent(TConfig config)
    Parameters
    Type Name Description
    TConfig config

    The configuration.

    Returns
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.18.0