Gets the instance of the AuxStream by a view handle.
Namespace:
WebexSDK
Assembly:
WebexSDK (in WebexSDK.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax public AuxStream GetAuxStream(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The view handle.
Return Value
Type:
AuxStreamThe instance of opened auxiliary stream.
Remarks Since: 2.0.0
See Also