Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKVideoContainer Class Reference
Inheritance diagram for ZoomSDKVideoContainer:

Instance Methods

(ZoomSDKError) - createVideoElement:
 Create a video element in the video container. More...
 
(ZoomSDKError) - cleanVideoElement:
 Destroy an existed video element in the video container. More...
 
(NSArray *) - getVideoElementList
 Get the list of video element. More...
 

Protected Attributes

id< ZoomSDKVideoContainerDelegate_delegate
 
NSMutableArray * _elementArray
 

Properties

id< ZoomSDKVideoContainerDelegatedelegate
 

Method Documentation

◆ cleanVideoElement:

- (ZoomSDKError) cleanVideoElement: (ZoomSDKVideoElement *)  element

Destroy an existed video element in the video container.

Parameters
elementAn object of ZoomSDKVideoElement*.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ createVideoElement:

- (ZoomSDKError) createVideoElement: (ZoomSDKVideoElement **)  element

Create a video element in the video container.

Parameters
elementAn object of ZoomSDKVideoElement*.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ getVideoElementList

- (NSArray*) getVideoElementList

Get the list of video element.

Returns
If the function succeeds, it will return an array containing ZoomSDKVideoElement object.

The documentation for this class was generated from the following file: