MediaPlayerSurface.Compositor 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 Compositor with which the surface will be used.
public:
property Compositor ^ Compositor { Compositor ^ get(); };
Compositor Compositor();
public Compositor Compositor { get; }
var compositor = mediaPlayerSurface.compositor;
Public ReadOnly Property Compositor As Compositor
Property Value
The Compositor with which the surface will be used.
Remarks
Specify the Compositor for the surface by passing it in as an argument to MediaPlayer.GetSurface.