Container class to manage multiple video elements.
More...
#include <ZoomSDKVideoContainer.h>
Inherits NSObject.
Container class to manage multiple video elements.
Definition at line 150 of file ZoomSDKVideoContainer.h.
◆ cleanVideoElement:
Destroy an existed video element in the video container.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ createActiveVideoElement:
Creates an active video element in the video container.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ createNormalVideoElement:
Creates a normal video element in the video container.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ createPreViewVideoElement:
Creates a preview video element in the video container.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ createVideoElement:
Creates a video element in the video container.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
- Deprecated
- This method is deprecated. Use createPreViewVideoElement:, createNormalVideoElement:, or createActiveVideoElement: instead.
◆ getVideoElementList
| - (NSArray *_Nullable) getVideoElementList |
|
|
|
◆ _delegate
◆ _elementArray
| - (NSMutableArray*) _elementArray |
|
protected |
◆ delegate