ZOOM Windows SDK  5.2.42037.1112
Classes | Enumerations
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.

Classes

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.

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.