Class TrackPublication
Inheritance
System.Object
TrackPublication
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: cs.temp.dll.dll
Syntax
public class TrackPublication : JSObject
Properties
AudioTrack
Declaration
public Track AudioTrack { get; }
Property Value
Dimensions
Declaration
public TrackDimensions? Dimensions { get; }
Property Value
IsEnabled
Declaration
public bool IsEnabled { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsMuted
Declaration
public bool IsMuted { get; }
Property Value
Type |
Description |
System.Boolean |
|
IsSubscribed
Declaration
public bool IsSubscribed { get; }
Property Value
Type |
Description |
System.Boolean |
|
Kind
Declaration
public TrackKind Kind { get; }
Property Value
MimeType
Declaration
public string MimeType { get; }
Property Value
Type |
Description |
System.String |
|
Simulcasted
Declaration
public bool? Simulcasted { get; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Source
Declaration
public TrackSource Source { get; }
Property Value
Track
Declaration
public Track Track { get; }
Property Value
TrackName
Declaration
public string TrackName { get; }
Property Value
Type |
Description |
System.String |
|
TrackSid
Declaration
public string TrackSid { get; }
Property Value
Type |
Description |
System.String |
|
VideoTrack
Declaration
public Track VideoTrack { get; }
Property Value