-
- All Implemented Interfaces:
-
io.livekit.android.compose.types.TrackIdentifier
public final class TrackSource implements TrackIdentifier
Identifies a track based on the source and/or name. At least one is required.
-
-
Field Summary
Fields Modifier and Type Field Description private final TrackPublicationpublicationprivate final Participantparticipantprivate final Track.Sourcesourceprivate final Stringname
-
Constructor Summary
Constructors Constructor Description TrackSource(Participant participant, Track.Source source, String name)
-
Method Summary
Modifier and Type Method Description TrackPublicationgetPublication()ParticipantgetParticipant()final Track.SourcegetSource()final StringgetName()-
-
Constructor Detail
-
TrackSource
TrackSource(Participant participant, Track.Source source, String name)
-
-
Method Detail
-
getPublication
TrackPublication getPublication()
-
getParticipant
Participant getParticipant()
-
getSource
final Track.Source getSource()
-
-
-
-