Share via


TextureRenderEventArgs.Texture Property (Microsoft.DirectX.AudioVideoPlayback)

Retrieves a Direct3D.Texture from the Video object when the Video.TextureReadyToRender event is triggered.

Definition

Visual Basic Public ReadOnly Property Texture As Texture
C# public Texture Texture { get; }
C++ public:
property Texture^ Texture {
        Texture^ get();
}
JScript public function get Texture() : Texture

Property Value

Microsoft.DirectX.Direct3D.Texture
A Direct3D.Texture from the Video object when the Video.TextureReadyToRender event is triggered.

This property is read-only. 

Remarks

The Direct3D.Texture object is the current frame of video that can be used as a texture in Microsoft Direct3D.