[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

ListenToConnectAudioDino

inherits from ListenToConnectAudio
inherits from SIBSoundChipServices

... <- Server <- PhoneResource <- PhoneAudio <- ListenToConnectAudio <- ListenToConnectAudioDino



Operations

Get list of all operations

StartMonitor
StopMonitor


Attributes

Get list of all attributes

Volume


Fields

Field Type
Server: enabled: Boolean
PhoneResource: client: PhoneResourceClient
clientPriority: UnsignedShort
suspendedList: DataList
HasPhoneEvents: eventClients: ObjectList
PhoneAudio: timer: Timer
monitoring: Boolean
volume: Unsigned
muted: Boolean
speakerMuted: Boolean
selectedAudio: Boolean
SoundChipPhoneServices: lineInputHwGain: UnsignedShort
micInputHwGain: UnsignedShort
lineOutputHwGain: UnsignedShort
spkOutputHwGain: UnsignedShort


Instance template

instance ListenToConnectAudioDino tag;
        enabled: false;
         client: nilObject;
 clientPriority: 0;
  suspendedList: nilObject;
   eventClients: nilObject;
          timer: nilObject;
     monitoring: false;
         volume: 0;
          muted: false;
   speakerMuted: false;
  selectedAudio: false;
lineInputHwGain: 0;
 micInputHwGain: 0;
lineOutputHwGain: 0;
spkOutputHwGain: 0;
end instance;

Class definition

Define Class ListenToConnectAudioDino;
    inherits from ListenToConnectAudio;
    inherits from SIBSoundChipServices;

    overrides StartMonitor;
    overrides StopMonitor;
    overrides SetVolume;
end class;