AudioDataStream.SetPosition(UInt32) Method

Definition

Sets current position of the audio data stream.

public void SetPosition (uint pos);
member this.SetPosition : uint32 -> unit
Public Sub SetPosition (pos As UInteger)

Parameters

pos
UInt32

New offset position from the start of the stream.

Applies to