AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
com.alivc.live.player.annotations.AlivcLivePlayVideoStreamType Enum Reference

Live play video stream type. More...

Public Member Functions

 AlivcLivePlayVideoStreamType (int value)
 

Public Attributes

 STREAM_CAMERA =(1)
 
 STREAM_SCREEN =(2)
 

Detailed Description

Live play video stream type.

Author
keria
Date
2023/9/27
Attention
This API is only supported in the interactive mode currently

Definition at line 13 of file AlivcLivePlayVideoStreamType.java.

Constructor & Destructor Documentation

◆ AlivcLivePlayVideoStreamType()

com.alivc.live.player.annotations.AlivcLivePlayVideoStreamType.AlivcLivePlayVideoStreamType ( int  value)

Definition at line 29 of file AlivcLivePlayVideoStreamType.java.

Member Data Documentation

◆ STREAM_CAMERA

com.alivc.live.player.annotations.AlivcLivePlayVideoStreamType.STREAM_CAMERA =(1)

stream camera

Definition at line 18 of file AlivcLivePlayVideoStreamType.java.

◆ STREAM_SCREEN

com.alivc.live.player.annotations.AlivcLivePlayVideoStreamType.STREAM_SCREEN =(2)

stream screen

Definition at line 23 of file AlivcLivePlayVideoStreamType.java.