|
This property is used to indicate if the TAPI line device has a wave input (record) device associated to it. This property has the following sub-properties: Available Declarationproperty WaveIn: ThbTapiRelatedWaveDevice; See AlsoThbTapiCall.WaveIn,
ThbTapiCall.WaveOut ThbTapiLine.WaveIn.AvailableType: Boolean This property indicates if the TAPI line device identified in the property DeviceID has an associated wave input device. The device has to be active (ThbTapiLine.Active) before this property is checked. Example
ThbTapiLine.WaveIn.DeviceClassType: String The value of this property is "wave/in". This is the only valid value at this time. When ThbTapiLine.WaveIn.Available or ThbTapiLine.WaveIn.DeviceID is called, this string is used to check if a device of the given class is assocaited with the TAPI Line device resp. to get the DeviceID. ThbTapiLine.WaveIn.DeviceIDType: DWORD This is the ID of the wave input device which is associated to the line device. The value of this property is valid only when the ThbTapiLine.WaveIn.Available property is equal to True. If Available is not equal to True, checking this property can cause an exception. Example
|