|
This property is used to indicate if the TAPI phone device has a wave output (record) and/or a wave output (play) device associated to it. This property has the following sub-properties: Available Declarationproperty WaveOut: ThbTapiRelatedWaveDevice; Available (Boolean)Availability: Design-Time: None / Run-Time: Read This property indicates if the TAPI Phone device identified in the property DeviceID has an associated wave output device. The value of this property is valid when ThbTapiPhone.Active property is equal to True. DeviceClass (String)Availability: Design-Time: None / Run-Time: Read The value of this property is "wave/out". This is the only valid value at this time. When the ThbTapiPhone component ist activated, it checks, if a device of the given class is assocaited with the TAPI Phone device. If a device is available, the WaveIn.Available property is set to True and the WaveIn.DeviceID property contains the ID of the associated device. If no device is available, then the WaveIn.Available property is set to False. DeviceID (Integer)Availability: Design-Time: None / Run-Time: Read This is the ID of the wave output device which is associated to the Phone device. The value of this property is valid only when the Available property is equal to True. |