「Main API」Live play config More...
Public Member Functions | |
String | toString () |
「Main API」Live play config
Definition at line 21 of file AlivcLivePlayConfig.java.
String com.alivc.live.player.AlivcLivePlayConfig.toString | ( | ) |
Definition at line 75 of file AlivcLivePlayConfig.java.
AlivcLivePlayAudioStreamType com.alivc.live.player.AlivcLivePlayConfig.audioStreamType = AlivcLivePlayAudioStreamType.STREAM_MIC |
Live play audio stream type
com.alivc.live.player.annotations.AlivcLivePlayAudioStreamType.STREAM_MIC
Definition at line 48 of file AlivcLivePlayConfig.java.
boolean com.alivc.live.player.AlivcLivePlayConfig.autoStoppedPlayWhenUserLeaved = true |
Will automatically stop playing after remote users exiting the room
com.alivc.live.player.AlivcLivePlayer#stopPlay()
externally to stop streaming Definition at line 57 of file AlivcLivePlayConfig.java.
boolean com.alivc.live.player.AlivcLivePlayConfig.isFullScreen = false |
is play full screen
Definition at line 72 of file AlivcLivePlayConfig.java.
boolean com.alivc.live.player.AlivcLivePlayConfig.isMirror = false |
AlivcLivePlayRenderMode com.alivc.live.player.AlivcLivePlayConfig.renderMode = AlivcLivePlayRenderMode.AlivcLivePlayRenderModeAuto |
play render mode
com.alivc.live.player.annotations.AlivcLivePlayRenderMode.AlivcLivePlayRenderModeAuto
Definition at line 27 of file AlivcLivePlayConfig.java.
AlivcLivePlayRotationMode com.alivc.live.player.AlivcLivePlayConfig.rotationMode = AlivcLivePlayRotationMode.AlivcLivePlayRotationMode_0 |
play rotation mode
com.alivc.live.player.annotations.AlivcLivePlayRotationMode.AlivcLivePlayRotationMode_0
Definition at line 34 of file AlivcLivePlayConfig.java.
AlivcLivePlayVideoStreamType com.alivc.live.player.AlivcLivePlayConfig.videoStreamType = AlivcLivePlayVideoStreamType.STREAM_CAMERA |
Live play video stream type
com.alivc.live.player.annotations.AlivcLivePlayVideoStreamType.STREAM_CAMERA
Definition at line 41 of file AlivcLivePlayConfig.java.