<summary>Occurs when the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.Dispose" /> method is called or when the object is finalized and collected by the garbage collector of the Microsoft® .NETcommon language runtime.</summary>
<summary>Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector.</summary>
<summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a file.</summary>
<param name="filename">The path to the audio file.</param>
<returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromFile" />.</returns>
<summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a file.</summary>
<param name="filename">The path to the audio file.</param>
<param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
<returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromFile" />.</returns>
<summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a <see cref="T:System.Uri" /> object.</summary>
<param name="address">A <see cref="T:System.Uri" /> that points to an audio file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
<returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromUrl" />.</returns>
<summary>Creates an <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from a <see cref="T:System.Uri" /> object.</summary>
<param name="address">A <see cref="T:System.Uri" /> that points to an audio file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
<param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
<returns>Returns the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object from <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Audio.FromUrl" />.</returns>
<summary>Contains properties for retrieving arguments from a called <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event.</summary>
<summary>Retrieves a <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> from the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object when the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event is triggered.</summary>
<summary>Occurs when the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.Dispose" /> method is called or when the object is finalized and collected by the garbage collector of the Microsoft® .NETcommon language runtime.</summary>
<summary>Called during garbage collection. If implemented, allows an object to free resources before it is destroyed by the garbage collector.</summary>
<summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a file.</summary>
<param name="filename">The path to the video file.</param>
<returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the file indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromFile" /> parameter.</returns>
<summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a file.</summary>
<param name="filename">The path to the video file.</param>
<param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
<returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the file indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromFile" /> parameter.</returns>
<summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a <see cref="T:System.Uri" /> object.</summary>
<param name="address">A <see cref="T:System.Uri" /> that points to a video file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
<returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the <see cref="T:System.Uri" /> indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromUrl" /> parameter.</returns>
<summary>Creates a <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object from a <see cref="T:System.Uri" /> object.</summary>
<param name="address">A <see cref="T:System.Uri" /> that points to a video file to create the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> object.</param>
<param name="autorun">Set to true to automatically start playback. Set to false to open the file but not play it.</param>
<returns>The <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> object created from the <see cref="T:System.Uri" /> indicated by the <see cref="M:Microsoft.DirectX.AudioVideoPlayback.Video.FromUrl" /> parameter.</returns>
<summary>Raises the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event when called from within a derived class.</summary>
<param name="i1">Invoking object reference; should be this object.</param>
<param name="i2">Arguments to pass to the event handler.</param>
<summary>Enables the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> to trigger the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event to generate <see cref="T:Microsoft.DirectX.Direct3D.Texture" /> objects for rendering video in Microsoft® Direct3D®.</summary>
<param name="graphicsDevice">The parent <see cref="T:Microsoft.DirectX.Direct3D.Device" /> that renders the video textures.</param>
<summary>Represents the method that handles the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event.</summary>
<param name="sender">The <see cref="T:System.Object" /> that is calling the event.</param>
<param name="e">A <see cref="T:Microsoft.DirectX.AudioVideoPlayback.TextureRenderEventArgs" /> object that allows you to pass an argument to the <see cref="E:Microsoft.DirectX.AudioVideoPlayback.Video.TextureReadyToRender" /> event.</param>
<summary>Contains constants for specifiying the type of seek for the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> or <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> objects.</summary>
<summary>Contains constants for specifiying the state of the <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Audio" /> or <see cref="T:Microsoft.DirectX.AudioVideoPlayback.Video" /> objects.</summary>
<summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft® DirectX®application programming interface (API). This is not intended to be used directly from your code.</summary>
<summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft® DirectX®application programming interface (API). This is not intended to be used directly from your code.</summary>
<summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft® DirectX®application programming interface (API). This is not intended to be used directly from your code.</summary>
<summary>Allows the managed application programming interface (API) to have access to the unmanaged portions of the Microsoft® DirectX®application programming interface (API). This is not intended to be used directly from your code.</summary>