-
- All Implemented Interfaces:
public final class ScreenMeet.AudioState
Data about audio sources being streamed by Participant and some helper properties
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<ScreenMeet.AudioSource, AudioTrack>
sources
private final Boolean
isAudioSharing
-
Constructor Summary
Constructors Constructor Description ScreenMeet.AudioState(Map<ScreenMeet.AudioSource, AudioTrack> sources, Boolean isAudioSharing)
-
Method Summary
Modifier and Type Method Description final Map<ScreenMeet.AudioSource, AudioTrack>
getSources()
final Boolean
isAudioSharing()
-
-
Constructor Detail
-
ScreenMeet.AudioState
ScreenMeet.AudioState(Map<ScreenMeet.AudioSource, AudioTrack> sources, Boolean isAudioSharing)
-
-
Method Detail
-
getSources
final Map<ScreenMeet.AudioSource, AudioTrack> getSources()
-
isAudioSharing
final Boolean isAudioSharing()
-
-
-
-