Search Results for

    Show / Hide Table of Contents

    Class DeviceManager

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

    Properties

    AudioInputDevices

    Declaration
    public static DeviceList AudioInputDevices { get; }
    Property Value
    Type Description
    DeviceList

    Methods

    FindDevice(DeviceType, String)

    Declaration
    public static Device FindDevice(DeviceType deviceType, string name)
    Parameters
    Type Name Description
    DeviceType deviceType
    System.String name
    Returns
    Type Description
    Device

    GetDeviceCount(DeviceType)

    Declaration
    public static int GetDeviceCount(DeviceType deviceType)
    Parameters
    Type Name Description
    DeviceType deviceType
    Returns
    Type Description
    System.Int32
    In This Article