MediaOverlayLayer.CustomCompositorDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.