|
This property is designed to encapsulate the TAPI LINECALLINFO structure. The most often used value are accessable directly at the call level like call.MediaMode. So the Info property is needed only in special cases. You are able to read all values of LINECALLINFO defined in TAPI below version 3.0. Do do so write e.g. BearerMode instead of dwBearerMode. The LINECALLINFO structure is accessable too. Use the property ThbTapiCall.LINECALLINFO, that is a pointer to the LINECALLINFO structure. Example
AvailabilityDesign-Time: None / Run-Time: Read Declarationproperty Info: ThbTapiCallInfo; See AlsoThbTapiCall.LINECALLINFO The most often used members of the Iinfo property are: AddressID (DWord)The address identifier of the address on the line on which this call exists. This is the index of the address usable with the ThbTapiLine.Addresses list. See Also the ThbTapiCall.Address property. Available (Boolean)Checks wether the calls info property is available or not. CallData (Pointer)Pointer to the call's CallData value. Use the call's GetCallData and SetCallData methods to read and write the CallData. CallDataSize (DWord)Size of the call's added data. Use the call's GetCallData and SetCallData methods to read and write the CallData. CallStates (DWord)The call states, one or more of the LINECALLSTATE_ constants, for which the application can be notified on this call. The CallStates member is constant and does not change depending on the call state. Comment (String)Comment about the call provided by the application that originated the call using MakeCall. CompletionID (DWord)The completion identifier for the incoming call if it is the result of a completion request that terminates. This identifier is meaningful only if the Reason member is LINECALLREASON_CALLCOMPLETION. BearerMode (DWord)The current bearer mode of the call. This member uses one of the LINEBEARERMODE_ constants. MediaMode (DWord)Media type of the information stream currently on the call. This member uses the LINEMEDIAMODE_ constants. See Also ThbTapiCall.MediaMode. Origin (DWord)Identifies where the call originated. This member uses one of the LINECALLORIGIN_ constants. See Also ThbTapiCall.Origin. Reason (DWord)The reason why the call occurred. This member uses one of the LINECALLREASON_ Constants. NumOwner (DWord)The number of application, modules or ThbTapiLine components with different call handles with owner privilege for the call. NumMonitors (DWord)The number of application, modules or ThbTapiLine components with different call handles with monitor privilege for the call. |