-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,java.lang.Cloneable,livekit.LivekitRtc.DataTrackSubscriberHandlesOrBuilder
public final class LivekitRtc.DataTrackSubscriberHandles.Builder extends GeneratedMessageLite.Builder<LivekitRtc.DataTrackSubscriberHandles, LivekitRtc.DataTrackSubscriberHandles.Builder> implements LivekitRtc.DataTrackSubscriberHandlesOrBuilder
Protobuf type
{@code livekit.DataTrackSubscriberHandles}
-
-
Method Summary
Modifier and Type Method Description intgetSubHandlesCount()Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;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;LivekitRtc.DataTrackSubscriberHandles.BuilderclearSubHandles()LivekitRtc.DataTrackSubscriberHandles.BuilderremoveSubHandles(int key)Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack>getSubHandles()Use getSubHandlesMap instead. 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;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;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;LivekitRtc.DataTrackSubscriberHandles.BuilderputSubHandles(int key, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack value)Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;LivekitRtc.DataTrackSubscriberHandles.BuilderputAllSubHandles(Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack> values)Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;-
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom -
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
mergeDelimitedFrom -
Methods inherited from class com.google.protobuf.MessageLite.Builder
build, buildPartial, clear, clone, mergeFrom -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class livekit.LivekitRtc.DataTrackSubscriberHandlesOrBuilder
containsSubHandles, getSubHandlesOrDefault, getSubHandlesOrThrow -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSubHandlesCount
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
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;
-
clearSubHandles
LivekitRtc.DataTrackSubscriberHandles.Builder clearSubHandles()
-
removeSubHandles
LivekitRtc.DataTrackSubscriberHandles.Builder removeSubHandles(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() Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack> getSubHandles()
Use getSubHandlesMap instead.
-
getSubHandlesMap
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
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
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;
-
putSubHandles
LivekitRtc.DataTrackSubscriberHandles.Builder putSubHandles(int key, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack value)
Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;
-
putAllSubHandles
LivekitRtc.DataTrackSubscriberHandles.Builder putAllSubHandles(Map<Integer, LivekitRtc.DataTrackSubscriberHandles.PublishedDataTrack> values)
Maps handles from incoming packets to the track SIDs that the packets belong to.map<uint32, .livekit.DataTrackSubscriberHandles.PublishedDataTrack> sub_handles = 1;
-
-
-
-