C# Class CodeTV.DeviceEnumerator

Mostrar archivo Open project: dgis/CodeTV

Public Methods

Method Description
GetDesinterlaceMode ( ) : void
GetDesinterlaceMode ( IVMRDeinterlaceControl9 pDeinterlace ) : void
GetDevicesWithThisInPin ( System.Guid mainType, System.Guid subType ) : DsDevice[]
GetH264Devices ( ) : DsDevice[]
GetMPEG2VideoDevices ( ) : DsDevice[]

Method Details

GetDesinterlaceMode() public static method

public static GetDesinterlaceMode ( ) : void
return void

GetDesinterlaceMode() public static method

public static GetDesinterlaceMode ( IVMRDeinterlaceControl9 pDeinterlace ) : void
pDeinterlace IVMRDeinterlaceControl9
return void

GetDevicesWithThisInPin() public static method

public static GetDevicesWithThisInPin ( System.Guid mainType, System.Guid subType ) : DsDevice[]
mainType System.Guid
subType System.Guid
return DsDevice[]

GetH264Devices() public static method

public static GetH264Devices ( ) : DsDevice[]
return DsDevice[]

GetMPEG2VideoDevices() public static method

public static GetMPEG2VideoDevices ( ) : DsDevice[]
return DsDevice[]