Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
customized_local_recording.h File Reference

ZOOM Custom Local Recording Interface. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

class  ICustomizedLocalRecordingLayoutHelper
 

Enumerations

enum  RECORDING_LAYOUT_MODE {
  RECORDING_LAYOUT_MODE_NONE = 0 , RECORDING_LAYOUT_MODE_ACTIVE_VIDEO_ONLY = 1 , RECORDING_LAYOUT_MODE_VIDEO_WALL = (1<<1) , RECORDING_LAYOUT_MODE_SHARE_AND_VIDEO = (1<<2) ,
  RECORDING_LAYOUT_MODE_ONLY_AUDIO = (1<<3) , RECORDING_LAYOUT_MODE_ONLY_SHARE = (1<<4)
}
 Layout mode of local recording. Here are more detailed structural descriptions. More...
 

Detailed Description

ZOOM Custom Local Recording Interface.

Definition in file customized_local_recording.h.

Enumeration Type Documentation

◆ RECORDING_LAYOUT_MODE

Layout mode of local recording. Here are more detailed structural descriptions.

Enumerator
RECORDING_LAYOUT_MODE_NONE 

For initialization.

RECORDING_LAYOUT_MODE_ACTIVE_VIDEO_ONLY 

Record only the active video for the moment.

RECORDING_LAYOUT_MODE_VIDEO_WALL 

Record the video wall.

RECORDING_LAYOUT_MODE_SHARE_AND_VIDEO 

Record the shared content, video or other specified videos.

RECORDING_LAYOUT_MODE_ONLY_AUDIO 

Record only the audio.

RECORDING_LAYOUT_MODE_ONLY_SHARE 

Record only the shared content.

Definition at line 15 of file customized_local_recording.h.

16{
23};
@ RECORDING_LAYOUT_MODE_ONLY_AUDIO
Record only the audio.
@ RECORDING_LAYOUT_MODE_ACTIVE_VIDEO_ONLY
Record only the active video for the moment.
@ RECORDING_LAYOUT_MODE_NONE
For initialization.
@ RECORDING_LAYOUT_MODE_VIDEO_WALL
Record the video wall.
@ RECORDING_LAYOUT_MODE_ONLY_SHARE
Record only the shared content.
@ RECORDING_LAYOUT_MODE_SHARE_AND_VIDEO
Record the shared content, video or other specified videos.