Class TrackPublication
- Namespace
- LiveKit
public class TrackPublication
- Inheritance
-
TrackPublication
- Derived
- Inherited Members
- Extension Methods
Constructors
TrackPublication(TrackPublicationInfo)
protected TrackPublication(TrackPublicationInfo info)
Parameters
infoTrackPublicationInfo
Properties
EncryptionType
public EncryptionType EncryptionType { get; }
Property Value
Height
public uint Height { get; }
Property Value
Kind
public TrackKind Kind { get; }
Property Value
MimeType
public string MimeType { get; }
Property Value
Muted
public bool Muted { get; }
Property Value
Name
public string Name { get; }
Property Value
Sid
public string Sid { get; }
Property Value
Simulcasted
public bool Simulcasted { get; }
Property Value
Source
public TrackSource Source { get; }
Property Value
Track
public Track Track { get; }
Property Value
Width
public uint Width { get; }