Interface IFileEncoderSettings
Unit
Declaration
type IFileEncoderSettings = interface(IBaseConfigObject)
Description
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['{F2F36A64-1692-4AC5-BF8E-122F901C75A6}']
Hierarchy
- IInterface
- IObservable
- IUpdateObject
- ISerializable
- IBaseConfigObject
- IFileEncoderSettings
Overview
Methods
function GetAudioFormat: TEncoderFileFormat; |
|
procedure SetAudioFormat(iValue: TEncoderFileFormat); |
|
function GetBitrate: integer; |
|
procedure SetBitrate(iValue: integer); |
|
function GetMode: TEncoderStereoMode; |
|
procedure SetMode(iValue: TEncoderStereoMode); |
|
function GetEncoderOptions: string; |
|
procedure SetEncoderOptions(const iValue: string); |
|
function GetFileExtension: string; |
|
procedure SetFileExtension(const iValue: string); |
|
function GetMimeType: string; |
|
procedure SetMimeType(const iValue: string); |
|
function GetEffectiveExtension: string; |
|
function GetEffectiveMimeType: string; |
|
function GetSummary: string; |
|
procedure PreferLinear; |
Description
Methods
function GetAudioFormat: TEncoderFileFormat; |
|
procedure SetAudioFormat(iValue: TEncoderFileFormat); |
|
function GetBitrate: integer; |
|
procedure SetBitrate(iValue: integer); |
|
function GetMode: TEncoderStereoMode; |
|
procedure SetMode(iValue: TEncoderStereoMode); |
|
function GetEncoderOptions: string; |
|
procedure SetEncoderOptions(const iValue: string); |
|
function GetFileExtension: string; |
|
procedure SetFileExtension(const iValue: string); |
|
function GetMimeType: string; |
|
procedure SetMimeType(const iValue: string); |
|
function GetEffectiveExtension: string; |
|
function GetEffectiveMimeType: string; |
|
function GetSummary: string; |
|
procedure PreferLinear; |
|
Generated by PasDoc 0.16.0.