-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitModels.DataTrackInfoOrBuilder
public final class LivekitModels.DataTrackInfo extends GeneratedMessageLite<LivekitModels.DataTrackInfo, LivekitModels.DataTrackInfo.Builder> implements LivekitModels.DataTrackInfoOrBuilder
Protobuf type
{@code livekit.DataTrackInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitModels.DataTrackInfo.BuilderProtobuf type
{@code livekit.DataTrackInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intPUB_HANDLE_FIELD_NUMBERpublic final static intSID_FIELD_NUMBERpublic final static intNAME_FIELD_NUMBERpublic final static intENCRYPTION_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetPubHandle()Client-assigned, 16-bit identifier that will be attached to packets sent by the publisher.uint32 pub_handle = 1;StringgetSid()Server-assigned track identifier.string sid = 2;ByteStringgetSidBytes()Server-assigned track identifier.string sid = 2;StringgetName()Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher.string name = 3;ByteStringgetNameBytes()Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher.string name = 3;intgetEncryptionValue()Method used for end-to-end encryption (E2EE) on packet payloads..livekit.Encryption.Type encryption = 4;LivekitModels.Encryption.TypegetEncryption()Method used for end-to-end encryption (E2EE) on packet payloads..livekit.Encryption.Type encryption = 4;static LivekitModels.DataTrackInfoparseFrom(ByteBuffer data)static LivekitModels.DataTrackInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataTrackInfoparseFrom(ByteString data)static LivekitModels.DataTrackInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataTrackInfoparseFrom(Array<byte> data)static LivekitModels.DataTrackInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataTrackInfoparseFrom(InputStream input)static LivekitModels.DataTrackInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataTrackInfoparseDelimitedFrom(InputStream input)static LivekitModels.DataTrackInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataTrackInfoparseFrom(CodedInputStream input)static LivekitModels.DataTrackInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.DataTrackInfo.BuildernewBuilder()static LivekitModels.DataTrackInfo.BuildernewBuilder(LivekitModels.DataTrackInfo prototype)static LivekitModels.DataTrackInfogetDefaultInstance()static Parser<LivekitModels.DataTrackInfo>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
-
getPubHandle
int getPubHandle()
Client-assigned, 16-bit identifier that will be attached to packets sent by the publisher.uint32 pub_handle = 1;
-
getSidBytes
ByteString getSidBytes()
Server-assigned track identifier.string sid = 2;
-
getName
String getName()
Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher.string name = 3;
-
getNameBytes
ByteString getNameBytes()
Human-readable identifier (e.g., `geoLocation`, `servoPosition.x`, etc.), unique per publisher.string name = 3;
-
getEncryptionValue
int getEncryptionValue()
Method used for end-to-end encryption (E2EE) on packet payloads..livekit.Encryption.Type encryption = 4;
-
getEncryption
LivekitModels.Encryption.Type getEncryption()
Method used for end-to-end encryption (E2EE) on packet payloads..livekit.Encryption.Type encryption = 4;
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(ByteString data)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(InputStream input)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitModels.DataTrackInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitModels.DataTrackInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitModels.DataTrackInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitModels.DataTrackInfo.Builder newBuilder()
-
newBuilder
static LivekitModels.DataTrackInfo.Builder newBuilder(LivekitModels.DataTrackInfo prototype)
-
getDefaultInstance
static LivekitModels.DataTrackInfo getDefaultInstance()
-
parser
static Parser<LivekitModels.DataTrackInfo> parser()
-
-
-
-