Click or drag to resize

IMultiStreamObserver Methods

The IMultiStreamObserver type exposes the following members.

Methods
  NameDescription
Public methodOnAuxStreamAvailable
Callback of SDK when there is a new available auxiliary stream. Client should give SDK a view handle for rendering, and the AuxStreamOpenedEvent would be triggered indicating whether the stream is successfully opened. If the client don't want to open stream, return IntPtr.Zero.
Public methodOnAuxStreamEvent
Callback of auxiliary stream related events.
Public methodOnAuxStreamUnAvailable
Callback of SDK when there is an auxiliary stream unavailable. Client should give SDK a view handle which will be closed or if the given view handle is IntPtr.Zero, SDK will automatically close the last opened stream.
Top
See Also