On-premise Recording SDK v3.0.6 API Reference for Linux (Java)
Public Attributes | List of all members
io.agora.recording.common.Common.REMOTE_VIDEO_STREAM_TYPE Enum Reference

Public Attributes

 REMOTE_VIDEO_STREAM_HIGH =(0)
 
 REMOTE_VIDEO_STREAM_LOW =(1)
 

Detailed Description

streamType takes effect only when the Native SDK or Web SDK has enabled dual-stream mode (high stream by default).

Member Data Documentation

◆ REMOTE_VIDEO_STREAM_HIGH

io.agora.recording.common.Common.REMOTE_VIDEO_STREAM_TYPE.REMOTE_VIDEO_STREAM_HIGH =(0)

0: (Default) High stream.

◆ REMOTE_VIDEO_STREAM_LOW

io.agora.recording.common.Common.REMOTE_VIDEO_STREAM_TYPE.REMOTE_VIDEO_STREAM_LOW =(1)

1: Low stream.