-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.DataTrackSubscriberHandlesOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetSubHandlesCount()Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;abstract booleancontainsSubHandles(int key)Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;abstract Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack>getSubHandles()Use getSubHandlesMap instead. abstract Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack>getSubHandlesMap()Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;abstract LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrackgetSubHandlesOrDefault(int key, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack defaultValue)Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;abstract LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrackgetSubHandlesOrThrow(int key)Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;-
-
Method Detail
-
getSubHandlesCount
abstract int getSubHandlesCount()
Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;
-
containsSubHandles
abstract boolean containsSubHandles(int key)
Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;
-
getSubHandles
@Deprecated() abstract Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack> getSubHandles()
Use getSubHandlesMap instead.
-
getSubHandlesMap
abstract Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack> getSubHandlesMap()
Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;
-
getSubHandlesOrDefault
abstract LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack getSubHandlesOrDefault(int key, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack defaultValue)
Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;
-
getSubHandlesOrThrow
abstract LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack getSubHandlesOrThrow(int key)
Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;
-
-
-
-