Interface IBassAudioModule
Unit
Declaration
type IBassAudioModule = interface(IModule)
Description
No description available, ancestor IModule 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['{41A1FA3D-E334-484B-BD7D-CFDCE75AE31D}']
Attributes
- GUID['{C288F77F-5697-49BA-8144-E156E999FCC3}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- IModule
- IBassAudioModule
Overview
Methods
function GetOptions: TBassOptions; |
|
procedure SetOptions(iValue: TBassOptions); |
|
function GetDefaultRecordingPrebufferLength: integer; |
|
procedure SetDefaultRecordingPrebufferLength(iValue: integer); |
|
function GetSilenceDetectionThreshold: integer; |
|
procedure SetSilenceDetectionThreshold(iValue: integer); |
|
function GetPlugins: IStrings; |
|
function GetNoAudioMixerProvider: IBassMixerProvider; |
|
function GetNoAudioMixer: IBassMixer; |
|
function GetNoPlaybackDevice: IBassPlaybackDevice; |
|
function GetWASAPIManager: IBassWASAPIManager; |
|
function GetNativeAudioManager: IBassNativeAudioManager; |
|
function GetASIOManager: IBassASIOManager; |
|
function GetCreateFlags(iItem: IPlaylistItem): cardinal; |
|
function GetDefaultFileEncoderSettings: IBassFileEncoderSettings; |
|
function CreateStreamData(iURL: string; iPreferredSamplerate: integer): IBassStreamData; |
Description
Methods
function GetOptions: TBassOptions; |
|
procedure SetOptions(iValue: TBassOptions); |
|
function GetDefaultRecordingPrebufferLength: integer; |
|
procedure SetDefaultRecordingPrebufferLength(iValue: integer); |
|
function GetSilenceDetectionThreshold: integer; |
|
procedure SetSilenceDetectionThreshold(iValue: integer); |
|
function GetPlugins: IStrings; |
|
function GetNoAudioMixerProvider: IBassMixerProvider; |
|
function GetNoAudioMixer: IBassMixer; |
|
function GetNoPlaybackDevice: IBassPlaybackDevice; |
|
function GetWASAPIManager: IBassWASAPIManager; |
|
function GetNativeAudioManager: IBassNativeAudioManager; |
|
function GetASIOManager: IBassASIOManager; |
|
function GetCreateFlags(iItem: IPlaylistItem): cardinal; |
|
function GetDefaultFileEncoderSettings: IBassFileEncoderSettings; |
|
function CreateStreamData(iURL: string; iPreferredSamplerate: integer): IBassStreamData; |
|
Generated by PasDoc 0.16.0.