-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.TrackInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSid()string sid = 1;abstract ByteStringgetSidBytes()string sid = 1;abstract intgetTypeValue().livekit.TrackType type = 2;abstract LivekitModels.TrackTypegetType().livekit.TrackType type = 2;abstract StringgetName()string name = 3;abstract ByteStringgetNameBytes()string name = 3;abstract booleangetMuted()bool muted = 4;abstract intgetWidth()original width of video (unset for audio) clients may receive a lower resolution version with simulcastuint32 width = 5 [deprecated = true];abstract intgetHeight()original height of video (unset for audio)uint32 height = 6 [deprecated = true];abstract booleangetSimulcast()true if track is simulcastedbool simulcast = 7 [deprecated = true];abstract booleangetDisableDtx()true if DTX (Discontinuous Transmission) is disabled for audiobool disable_dtx = 8 [deprecated = true];abstract intgetSourceValue()source of media.livekit.TrackSource source = 9;abstract LivekitModels.TrackSourcegetSource()source of media.livekit.TrackSource source = 9;abstract List<LivekitModels.VideoLayer>getLayersList()see `codecs` for layers of individual codecrepeated .livekit.VideoLayer layers = 10 [deprecated = true];abstract LivekitModels.VideoLayergetLayers(int index)see `codecs` for layers of individual codecrepeated .livekit.VideoLayer layers = 10 [deprecated = true];abstract intgetLayersCount()see `codecs` for layers of individual codecrepeated .livekit.VideoLayer layers = 10 [deprecated = true];abstract StringgetMimeType()mime type of codecstring mime_type = 11;abstract ByteStringgetMimeTypeBytes()mime type of codecstring mime_type = 11;abstract StringgetMid()string mid = 12;abstract ByteStringgetMidBytes()string mid = 12;abstract List<LivekitModels.SimulcastCodecInfo>getCodecsList()repeated .livekit.SimulcastCodecInfo codecs = 13;abstract LivekitModels.SimulcastCodecInfogetCodecs(int index)repeated .livekit.SimulcastCodecInfo codecs = 13;abstract intgetCodecsCount()repeated .livekit.SimulcastCodecInfo codecs = 13;abstract booleangetStereo()deprecated in favor of `audio_features`bool stereo = 14 [deprecated = true];abstract booleangetDisableRed()true if RED (Redundant Encoding) is disabled for audiobool disable_red = 15;abstract intgetEncryptionValue().livekit.Encryption.Type encryption = 16;abstract LivekitModels.Encryption.TypegetEncryption().livekit.Encryption.Type encryption = 16;abstract StringgetStream()string stream = 17;abstract ByteStringgetStreamBytes()string stream = 17;abstract booleanhasVersion().livekit.TimedVersion version = 18;abstract LivekitModels.TimedVersiongetVersion().livekit.TimedVersion version = 18;abstract List<LivekitModels.AudioTrackFeature>getAudioFeaturesList()repeated .livekit.AudioTrackFeature audio_features = 19;abstract intgetAudioFeaturesCount()repeated .livekit.AudioTrackFeature audio_features = 19;abstract LivekitModels.AudioTrackFeaturegetAudioFeatures(int index)repeated .livekit.AudioTrackFeature audio_features = 19;abstract List<Integer>getAudioFeaturesValueList()repeated .livekit.AudioTrackFeature audio_features = 19;abstract intgetAudioFeaturesValue(int index)repeated .livekit.AudioTrackFeature audio_features = 19;abstract intgetBackupCodecPolicyValue().livekit.BackupCodecPolicy backup_codec_policy = 20;abstract LivekitModels.BackupCodecPolicygetBackupCodecPolicy().livekit.BackupCodecPolicy backup_codec_policy = 20;-
-
Method Detail
-
getSidBytes
abstract ByteString getSidBytes()
string sid = 1;
-
getTypeValue
abstract int getTypeValue()
.livekit.TrackType type = 2;
-
getType
abstract LivekitModels.TrackType getType()
.livekit.TrackType type = 2;
-
getNameBytes
abstract ByteString getNameBytes()
string name = 3;
-
getMuted
abstract boolean getMuted()
bool muted = 4;
-
getWidth
@Deprecated() abstract int getWidth()
original width of video (unset for audio) clients may receive a lower resolution version with simulcastuint32 width = 5 [deprecated = true];
-
getHeight
@Deprecated() abstract int getHeight()
original height of video (unset for audio)uint32 height = 6 [deprecated = true];
-
getSimulcast
@Deprecated() abstract boolean getSimulcast()
true if track is simulcastedbool simulcast = 7 [deprecated = true];
-
getDisableDtx
@Deprecated() abstract boolean getDisableDtx()
true if DTX (Discontinuous Transmission) is disabled for audiobool disable_dtx = 8 [deprecated = true];
-
getSourceValue
abstract int getSourceValue()
source of media.livekit.TrackSource source = 9;
-
getSource
abstract LivekitModels.TrackSource getSource()
source of media.livekit.TrackSource source = 9;
-
getLayersList
@Deprecated() abstract List<LivekitModels.VideoLayer> getLayersList()
see `codecs` for layers of individual codecrepeated .livekit.VideoLayer layers = 10 [deprecated = true];
-
getLayers
@Deprecated() abstract LivekitModels.VideoLayer getLayers(int index)
see `codecs` for layers of individual codecrepeated .livekit.VideoLayer layers = 10 [deprecated = true];
-
getLayersCount
@Deprecated() abstract int getLayersCount()
see `codecs` for layers of individual codecrepeated .livekit.VideoLayer layers = 10 [deprecated = true];
-
getMimeType
abstract String getMimeType()
mime type of codecstring mime_type = 11;
-
getMimeTypeBytes
abstract ByteString getMimeTypeBytes()
mime type of codecstring mime_type = 11;
-
getMidBytes
abstract ByteString getMidBytes()
string mid = 12;
-
getCodecsList
abstract List<LivekitModels.SimulcastCodecInfo> getCodecsList()
repeated .livekit.SimulcastCodecInfo codecs = 13;
-
getCodecs
abstract LivekitModels.SimulcastCodecInfo getCodecs(int index)
repeated .livekit.SimulcastCodecInfo codecs = 13;
-
getCodecsCount
abstract int getCodecsCount()
repeated .livekit.SimulcastCodecInfo codecs = 13;
-
getStereo
@Deprecated() abstract boolean getStereo()
deprecated in favor of `audio_features`bool stereo = 14 [deprecated = true];
-
getDisableRed
abstract boolean getDisableRed()
true if RED (Redundant Encoding) is disabled for audiobool disable_red = 15;
-
getEncryptionValue
abstract int getEncryptionValue()
.livekit.Encryption.Type encryption = 16;
-
getEncryption
abstract LivekitModels.Encryption.Type getEncryption()
.livekit.Encryption.Type encryption = 16;
-
getStreamBytes
abstract ByteString getStreamBytes()
string stream = 17;
-
hasVersion
abstract boolean hasVersion()
.livekit.TimedVersion version = 18;
-
getVersion
abstract LivekitModels.TimedVersion getVersion()
.livekit.TimedVersion version = 18;
-
getAudioFeaturesList
abstract List<LivekitModels.AudioTrackFeature> getAudioFeaturesList()
repeated .livekit.AudioTrackFeature audio_features = 19;
-
getAudioFeaturesCount
abstract int getAudioFeaturesCount()
repeated .livekit.AudioTrackFeature audio_features = 19;
-
getAudioFeatures
abstract LivekitModels.AudioTrackFeature getAudioFeatures(int index)
repeated .livekit.AudioTrackFeature audio_features = 19;- Parameters:
index- The index of the element to return.
-
getAudioFeaturesValueList
abstract List<Integer> getAudioFeaturesValueList()
repeated .livekit.AudioTrackFeature audio_features = 19;
-
getAudioFeaturesValue
abstract int getAudioFeaturesValue(int index)
repeated .livekit.AudioTrackFeature audio_features = 19;- Parameters:
index- The index of the value to return.
-
getBackupCodecPolicyValue
abstract int getBackupCodecPolicyValue()
.livekit.BackupCodecPolicy backup_codec_policy = 20;
-
getBackupCodecPolicy
abstract LivekitModels.BackupCodecPolicy getBackupCodecPolicy()
.livekit.BackupCodecPolicy backup_codec_policy = 20;
-
-
-
-