Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaClip.CreateFromSurface(IDirect3DSurface, TimeSpan) Method

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.

Creates a video clip from a Microsoft Direct3D surface.

public:
 static MediaClip ^ CreateFromSurface(IDirect3DSurface ^ surface, TimeSpan originalDuration);
 static MediaClip CreateFromSurface(IDirect3DSurface const& surface, TimeSpan const& originalDuration);
public static MediaClip CreateFromSurface(IDirect3DSurface surface, System.TimeSpan originalDuration);
function createFromSurface(surface, originalDuration)
Public Shared Function CreateFromSurface (surface As IDirect3DSurface, originalDuration As TimeSpan) As MediaClip

Parameters

surface
IDirect3DSurface

The Microsoft Direct3D surface.

originalDuration
TimeSpan TimeSpan

The initial duration of the created video clip.

Returns

A new media clip object containing the video clip.

Applies to


Feedback

Was this page helpful?