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

live channel profile More...

Public Member Functions

 AlivcLiveChannelProfile (int value)
 

Public Attributes

 COMMUNICATION =(0)
 
 INTERACTIVE_LIVE =(1)
 
 LOW_LATENCY_LIVE =(2)
 

Detailed Description

live channel profile

Author
keria
Date
2023/12/19
Attention
This API is only supported in the interactive mode currently
See also
com.alivc.live.pusher.AlivcLivePusher::setChannelProfile(com.alivc.live.annotations.AlivcLiveChannelProfile)

Definition at line 14 of file AlivcLiveChannelProfile.java.

Constructor & Destructor Documentation

◆ AlivcLiveChannelProfile()

com.alivc.live.annotations.AlivcLiveChannelProfile.AlivcLiveChannelProfile ( int  value)

Definition at line 35 of file AlivcLiveChannelProfile.java.

Member Data Documentation

◆ COMMUNICATION

com.alivc.live.annotations.AlivcLiveChannelProfile.COMMUNICATION =(0)

channel profile communication

Definition at line 19 of file AlivcLiveChannelProfile.java.

◆ INTERACTIVE_LIVE

com.alivc.live.annotations.AlivcLiveChannelProfile.INTERACTIVE_LIVE =(1)

channel profile interactive live

Definition at line 24 of file AlivcLiveChannelProfile.java.

◆ LOW_LATENCY_LIVE

com.alivc.live.annotations.AlivcLiveChannelProfile.LOW_LATENCY_LIVE =(2)

channel profile low-latency live

Definition at line 29 of file AlivcLiveChannelProfile.java.