Share via


Filters.Overlays Property

Definition

Gets or sets the properties of overlays to be applied to the input video. These could be audio, image or video overlays.

[Newtonsoft.Json.JsonProperty(PropertyName="overlays")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Overlay> Overlays { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="overlays")>]
member this.Overlays : System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.Overlay> with get, set
Public Property Overlays As IList(Of Overlay)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to