Class VLDSCapture.TDSVLAudioCaptureDevice
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VideoLabBasicPkg
Unit: VLDSCapture
Inherits: TDSAudioCaptureDevice
Contents |
Syntax
Delphi:
type TDSVLAudioCaptureDevice = class( TDSAudioCaptureDevice )
C++ Builder:
class TDSVLAudioCaptureDevice : public TDSAudioCaptureDevice
Visual C++ (MFC):
class CTDSVLAudioCaptureDevice : public CTDSAudioCaptureDevice
C# (.NET):
public ref class DSVLAudioCaptureDevice : Mitov.VideoLab.DSAudioCaptureDevice
Summary
DirectShow Audio Capture Device settings class.
Description
Defines the class to be used for AudioCaptureDevice property of the TVLDSCapture component.
Methods
Public
- function GetDeviceList(ADevicesList : TStrings) : Boolean - Returns the list of available capture devices.
- function GetDefaultDeviceName() : String
- function GetMoniker() : IMoniker - Returns the IMoniker DirectShow interface to be used to create instance of the device filter.
From TDSAudioCaptureDevice
Properties
Published
Methods
Public
From TDSDevice
Properties
Published
Public
Methods
Public
- function GetOwner() : TPersistent
- function IsSelectedDefault() : Boolean
- function IsSelectedNone() : Boolean
- function GetDeviceList(ADevicesList : TStrings) : Boolean
- function GetDeviceList(ADevicesList : TStrings; ADriverInfo : TVLDSDriverInfo) : Boolean
- function ShowDeviceSelctDialog() : Boolean
- procedure CloseDevice()