MediaPlayerSurface.CompositionSurface 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 ICompositionSurface for rendering MediaPlayer content.
public:
property ICompositionSurface ^ CompositionSurface { ICompositionSurface ^ get(); };
ICompositionSurface CompositionSurface();
public ICompositionSurface CompositionSurface { get; }
var iCompositionSurface = mediaPlayerSurface.compositionSurface;
Public ReadOnly Property CompositionSurface As ICompositionSurface
Property Value
The ICompositionSurface for rendering MediaPlayer content.