MediaPlayerSurface.Compositor Property

Definition

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.

Applies to