Move method

Moves the sample pointer along the x-axis relative to its current position.

Syntax


void retVal = object.Move(cSamples);

Parameters

cSamples [in]

Type: long

Number of samples to move the position along the x-axis.

Remarks

Specifying a negative value moves the sample pointer backward. Specifying a value larger than the row width can move the sample pointer to the next row, depending on whether the surface occupies a contiguous block of memory.

See also

Reference
IDXARGBReadPtr::MoveToRow
IDXARGBReadPtr::MoveToXY
IDXARGBReadPtr::MoveAndGetRunInfo

 

 

Show: