Share via


MediaOverlayLayer.CustomCompositorDefinition Property

Definition

Gets the definition of the custom compositor associated with the media overlay layer, if there is one.

public:
 property IVideoCompositorDefinition ^ CustomCompositorDefinition { IVideoCompositorDefinition ^ get(); };
IVideoCompositorDefinition CustomCompositorDefinition();
public IVideoCompositorDefinition CustomCompositorDefinition { get; }
var iVideoCompositorDefinition = mediaOverlayLayer.customCompositorDefinition;
Public ReadOnly Property CustomCompositorDefinition As IVideoCompositorDefinition

Property Value

The definition of the custom compositor associated with the media overlay layer.

Applies to