Layer.Label Property

Definition

Gets or sets the alphanumeric label for this layer, which can be used in multiplexing different video and audio layers, or in naming the output file.

[Newtonsoft.Json.JsonProperty(PropertyName="label")]
public string Label { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="label")>]
member this.Label : string with get, set
Public Property Label As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to