CaptureBuffer.Write Method
Language: Visual Basic .NET C# Managed C++ JScript .NET (Show All)
Note: This documentation is preliminary and is subject to change.
Writes data to the capture buffer.
Definition
Visual Basic .NET
Public Sub Write ( _ ByVal bufferStartingLocation As Integer , _ ByVal data As Stream , _ ByVal numberBytesToWrite As Integer , _ ByVal flag As LockFlag _ )
C#
public void Write ( int bufferStartingLocation , Stream data , int numberBytesToWrite , LockFlag flag );
Managed C++
public: void Write ( int bufferStartingLocation , Stream *data , int numberBytesToWrite , LockFlag flag );
JScript .NET
public function Write ( bufferStartingLocation : int , data : Stream , numberBytesToWrite : int , flag : LockFlag );
Parameters
bufferStartingLocation
System.Int32 . An integer that represents the offet, in bytes, of where to begin writing into the capture buffer.
data
System.IO.Stream . A Stream object that contains the data to write into the capture buffer.
numberBytesToWrite
System.Int32 . An integer that represents the number of bytes to write into the capture buffer.
flag
Microsoft.DirectX.DirectSound.LockFlag . A LockFlag enumerated value that describes the type of lock to perform.
Remarks
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center