-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.DataTrackSubscriberHandlesOrBuilder
public final class LivekitRtc.DataTrackSubscriberHandles extends GeneratedMessageLite<LivekitRtc.DataTrackSubscriberHandles, LivekitRtc.DataTrackSubscriberHandles.Builder> implements LivekitRtc.DataTrackSubscriberHandlesOrBuilder
Protobuf type
{@code livekit.DataTrackSubscriberHandles}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceLivekitRtc.DataTrackSubscriberHandles.PublishedDataTrackOrBuilderpublic final classLivekitRtc.DataTrackSubscriberHandles.PublishedDataTrackProtobuf type
{@code livekit.DataTrackSubscriberHandles.PublishedDataTrack}public final classLivekitRtc.DataTrackSubscriberHandles.BuilderProtobuf type
{@code livekit.DataTrackSubscriberHandles}
-
Field Summary
Fields Modifier and Type Field Description public final static intSUB_HANDLES_FIELD_NUMBER
-
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;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;static LivekitRtc.DataTrackSubscriberHandlesparseFrom(ByteBuffer data)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(ByteString data)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(Array<byte> data)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(InputStream input)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.DataTrackSubscriberHandlesparseDelimitedFrom(InputStream input)static LivekitRtc.DataTrackSubscriberHandlesparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(CodedInputStream input)static LivekitRtc.DataTrackSubscriberHandlesparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.DataTrackSubscriberHandles.BuildernewBuilder()static LivekitRtc.DataTrackSubscriberHandles.BuildernewBuilder(LivekitRtc.DataTrackSubscriberHandles prototype)static LivekitRtc.DataTrackSubscriberHandlesgetDefaultInstance()static Parser<LivekitRtc.DataTrackSubscriberHandles>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
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;
-
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;
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.DataTrackSubscriberHandles parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.DataTrackSubscriberHandles parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.DataTrackSubscriberHandles parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.DataTrackSubscriberHandles.Builder newBuilder()
-
newBuilder
static LivekitRtc.DataTrackSubscriberHandles.Builder newBuilder(LivekitRtc.DataTrackSubscriberHandles prototype)
-
getDefaultInstance
static LivekitRtc.DataTrackSubscriberHandles getDefaultInstance()
-
parser
static Parser<LivekitRtc.DataTrackSubscriberHandles> parser()
-
-
-
-