Interface IBassEncEncoderConnection
Unit
Declaration
type IBassEncEncoderConnection = interface(IEncoderConnection)
Description
No description available, ancestor IEncoderConnection description follows
No description available, ancestor IConfigObject description follows
No description available, ancestor IBaseConfigObject 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['{38325509-11A7-43E0-BA96-377F740419A7}']
Attributes
- GUID['{67A9B82C-D94C-4297-9241-DD2B47918FE3}']
Attributes
- GUID['{FA54A2F5-EB50-43D1-ABCE-91782E7DD920}']
Attributes
- GUID['{CC741C76-F7DB-45F0-92FB-2901DA6968EC}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- IBaseConfigObject
- IConfigObject
- IEncoderConnection
- IBassEncEncoderConnection
Overview
Methods
function GetHostname: string; |
|
procedure SetHostname(const iValue: string); |
|
function GetPort: integer; |
|
procedure SetPort(iValue: integer); |
|
function GetAudioFormat: TBassStreamingFormat; |
|
procedure SetAudioFormat(iValue: TBassStreamingFormat); |
|
function GetBitrate: integer; |
|
procedure SetBitrate(iValue: integer); |
|
function GetMode: TAudioMode; |
|
procedure SetMode(iValue: TAudioMode); |
|
function GetEncoderOptions: string; |
|
procedure SetEncoderOptions(const iValue: string); |
|
function GetMimeType: string; |
|
procedure SetMimeType(const iValue: string); |
|
function GetTitle: string; |
|
procedure SetTitle(const iValue: string); |
|
function GetURL: string; |
|
procedure SetURL(const iValue: string); |
|
function GetGenre: string; |
|
procedure SetGenre(const iValue: string); |
|
function GetAIM: string; |
|
procedure SetAIM(const iValue: string); |
|
function GetIRC: string; |
|
procedure SetIRC(const iValue: string); |
|
function GetICQ: string; |
|
procedure SetICQ(const iValue: string); |
|
function GetDescription: string; |
|
procedure SetDescription(const iValue: string); |
|
function GetCountListeners: boolean; |
|
procedure SetCountListeners(iValue: boolean); |
|
function GetAllowedAudioFormats: TBassStreamingFormats; |
Description
Methods
function GetHostname: string; |
|
procedure SetHostname(const iValue: string); |
|
function GetPort: integer; |
|
procedure SetPort(iValue: integer); |
|
function GetAudioFormat: TBassStreamingFormat; |
|
procedure SetAudioFormat(iValue: TBassStreamingFormat); |
|
function GetBitrate: integer; |
|
procedure SetBitrate(iValue: integer); |
|
function GetMode: TAudioMode; |
|
procedure SetMode(iValue: TAudioMode); |
|
function GetEncoderOptions: string; |
|
procedure SetEncoderOptions(const iValue: string); |
|
function GetMimeType: string; |
|
procedure SetMimeType(const iValue: string); |
|
function GetTitle: string; |
|
procedure SetTitle(const iValue: string); |
|
function GetURL: string; |
|
procedure SetURL(const iValue: string); |
|
function GetGenre: string; |
|
procedure SetGenre(const iValue: string); |
|
function GetAIM: string; |
|
procedure SetAIM(const iValue: string); |
|
function GetIRC: string; |
|
procedure SetIRC(const iValue: string); |
|
function GetICQ: string; |
|
procedure SetICQ(const iValue: string); |
|
function GetDescription: string; |
|
procedure SetDescription(const iValue: string); |
|
function GetCountListeners: boolean; |
|
procedure SetCountListeners(iValue: boolean); |
|
function GetAllowedAudioFormats: TBassStreamingFormats; |
|
Generated by PasDoc 0.16.0.