Description | Hierarchy | Fields | Methods | Properties |
type unaVCApplication = class(unaApplication)
unaVCApplication
constructor create(hasGUI: bool = true; hasDevice: bool = true; const title: wString = ''; const copy: wString = ''; height: unsigned = 32; showVCInfo: bool = true; const url: aString = 'http://lakeofsoft.com/'); |
|
destructor Destroy(); override; |
|
function assignFormat(forceChoose: bool = false): bool; virtual; |
|
function assignVolumeParams(): bool; |
|
function init(): bool; override; |
|
function okToUpdate(): bool; override; |
|
function onCommand(cmd: int): bool; override; |
|
function start(): bool; override; |
|
function stop(): bool; override; |
property bits: unsigned read f_bits write f_bits; |
|
property chooseButton: unaWinButton read f_chooseButton; |
|
property device: unaMsAcmStreamDevice read f_device write f_device; |
|
property deviceID: unsigned read f_deviceID write f_deviceID; |
|
property formatLabel: unaWinEdit read f_formatLabel; |
|
property hasDevice: bool read f_hasDevice; |
|
property nChannels: unsigned read f_nChannels write f_nChannels; |
|
property rate: unsigned read f_rate write f_rate; |
constructor create(hasGUI: bool = true; hasDevice: bool = true; const title: wString = ''; const copy: wString = ''; height: unsigned = 32; showVCInfo: bool = true; const url: aString = 'http://lakeofsoft.com/'); |
|
destructor Destroy(); override; |
|
function assignFormat(forceChoose: bool = false): bool; virtual; |
|
function assignVolumeParams(): bool; |
|
function init(): bool; override; |
|
function okToUpdate(): bool; override; |
|
function onCommand(cmd: int): bool; override; |
|
function start(): bool; override; |
|
function stop(): bool; override; |
|
property bits: unsigned read f_bits write f_bits; |
|
property chooseButton: unaWinButton read f_chooseButton; |
|
property device: unaMsAcmStreamDevice read f_device write f_device; |
|
property deviceID: unsigned read f_deviceID write f_deviceID; |
|
property formatLabel: unaWinEdit read f_formatLabel; |
|
property hasDevice: bool read f_hasDevice; |
|
property nChannels: unsigned read f_nChannels write f_nChannels; |
|
property rate: unsigned read f_rate write f_rate; |
|
(c) 2012 Lake of Soft