Live play audio stream type. More...
Public Member Functions | |
int | getValue () |
AlivcLivePlayAudioStreamType (int value) | |
Static Public Member Functions | |
static AlivcLivePlayAudioStreamType | combineAudioStreamTypes (AlivcLivePlayAudioStreamType audioStreamType, AlivcLivePlayAudioStreamType peerAudioStreamType) |
Public Attributes | |
STREAM_NONE =(0x00) | |
STREAM_MIC =(0x01) | |
STREAM_DUAL =(0x10) | |
STREAM_BOTH =(0x11) | |
Live play audio stream type.
com.alivc.live.player.AlivcLivePlayConfig#audioStreamType
Definition at line 14 of file AlivcLivePlayAudioStreamType.java.
com.alivc.live.player.annotations.AlivcLivePlayAudioStreamType.AlivcLivePlayAudioStreamType | ( | int | value | ) |
Definition at line 61 of file AlivcLivePlayAudioStreamType.java.
|
static |
Obtain the combination of the current audio stream type and the same stream audio stream type
audioStreamType | Audio stream type |
peerAudioStreamType | Peer stream audio stream type |
Definition at line 44 of file AlivcLivePlayAudioStreamType.java.
int com.alivc.live.player.annotations.AlivcLivePlayAudioStreamType.getValue | ( | ) |
Definition at line 55 of file AlivcLivePlayAudioStreamType.java.
com.alivc.live.player.annotations.AlivcLivePlayAudioStreamType.STREAM_BOTH =(0x11) |
Microphone stream + Dual stream
Definition at line 33 of file AlivcLivePlayAudioStreamType.java.
com.alivc.live.player.annotations.AlivcLivePlayAudioStreamType.STREAM_DUAL =(0x10) |
Dual stream
Definition at line 28 of file AlivcLivePlayAudioStreamType.java.
com.alivc.live.player.annotations.AlivcLivePlayAudioStreamType.STREAM_MIC =(0x01) |
Microphone stream
Definition at line 23 of file AlivcLivePlayAudioStreamType.java.
com.alivc.live.player.annotations.AlivcLivePlayAudioStreamType.STREAM_NONE =(0x00) |
None stream
Definition at line 18 of file AlivcLivePlayAudioStreamType.java.