Search Results for

    Show / Hide Table of Contents

    Class CodecManager

    Inheritance
    System.Object
    CodecManager
    Namespace: RenderHeads.Media.AVProMovieCapture
    Assembly: cs.temp.dll.dll
    Syntax
    public static class CodecManager

    Properties

    AudioCodecs

    Declaration
    public static CodecList AudioCodecs { get; }
    Property Value
    Type Description
    CodecList

    VideoCodecs

    Declaration
    public static CodecList VideoCodecs { get; }
    Property Value
    Type Description
    CodecList

    Methods

    FindCodec(CodecType, String)

    Declaration
    public static Codec FindCodec(CodecType codecType, string name)
    Parameters
    Type Name Description
    CodecType codecType
    System.String name
    Returns
    Type Description
    Codec

    GetCodecCount(CodecType)

    Declaration
    public static int GetCodecCount(CodecType codecType)
    Parameters
    Type Name Description
    CodecType codecType
    Returns
    Type Description
    System.Int32
    In This Article