Interface IAudioDeviceList

Unit

Declaration

type IAudioDeviceList = interface(IBaseList)

Description

No description available, ancestor IBaseList description follows
No description available, ancestor ISerializable description follows
No description available, ancestor IUpdateObject description follows
No description available, ancestor IObservable description follows

—————————————————————————– Base Interfaces —————————————————————————–

Attributes
GUID['{8532953B-320D-418B-A447-AC95DFAC368B}']
Attributes
GUID['{4C481E54-568A-46B4-BAAA-C0071932FDCF}']
Attributes
GUID['{DF9B1F9D-09D1-4790-BC9E-D299A578B71A}']
Attributes
GUID['{B8EEB016-F9C8-4F8A-8175-A55202865C00}']
Attributes
GUID['{4FBF5F74-3525-42C1-98A1-EED31545D37A}']

Hierarchy

Overview

Methods

Public function IndexOfID(iID: string): integer;
Public function TryFindByID(iID: string; var oDevice: IAudioDevice): boolean;
Public function TryFindByDisplayName(iDisplayName: string; var oDevice: IAudioDevice): boolean;
Public function FindByID(iID: string): IAudioDevice;
Public function FindByDisplayName(iDisplayName: string): IAudioDevice;
Public function Lookup(iID: string): TAudioDeviceLookupResult;
Public function GetAudioDevice(iIndex: integer): IAudioDevice;
Public function Equals(iValue: IAudioDeviceList): boolean;
Public procedure DeleteByDeviceClass(iClass: string);
Public function GetDefaultDevice: IAudioDevice;
Public function GetNoAudioDevice: IAudioDevice;
Public function GetHistory: IStrings;
Public procedure SaveHistory;

Description

Methods

Public function IndexOfID(iID: string): integer;
 
Public function TryFindByID(iID: string; var oDevice: IAudioDevice): boolean;
 
Public function TryFindByDisplayName(iDisplayName: string; var oDevice: IAudioDevice): boolean;
 
Public function FindByID(iID: string): IAudioDevice;
 
Public function FindByDisplayName(iDisplayName: string): IAudioDevice;
 
Public function Lookup(iID: string): TAudioDeviceLookupResult;
 
Public function GetAudioDevice(iIndex: integer): IAudioDevice;
 
Public function Equals(iValue: IAudioDeviceList): boolean;
 
Public procedure DeleteByDeviceClass(iClass: string);
 
Public function GetDefaultDevice: IAudioDevice;
 
Public function GetNoAudioDevice: IAudioDevice;
 
Public function GetHistory: IStrings;
 
Public procedure SaveHistory;
 

Generated by PasDoc 0.16.0.