TextureRenderEventHandler Delegate |
Language: |
Represents the method that handles the Video.TextureReadyToRender event.
Visual Basic Public Delegate Sub TextureRenderEventHandler( _
ByVal sender As Object, _
ByVal e As TextureRenderEventArgs _
)C# public delegate void TextureRenderEventHandler(
object sender,
TextureRenderEventArgs e
);C++ public delegate void TextureRenderEventHandler(
Object^ sender,
TextureRenderEventArgs^ e
);JScript In JScript, you can use delegates, but you cannot define your own.
sender System.Object
The System.Object that is calling the event.e Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventArgs
A TextureRenderEventArgs object that allows you to pass an argument to the Video.TextureReadyToRender event.
Namespace Microsoft.DirectX.AudioVideoPlayback Assembly Microsoft.DirectX.AudioVideoPlayback (microsoft.directx.audiovideoplayback.dll) Strong Name Microsoft.DirectX.AudioVideoPlayback, Version=1.0.900.0, Culture=neutral, PublicKeyToken=d3231b57b74a1492
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center