Click or drag to resize

WaveFileStreamSetLength Method

Sets the length of the current stream.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public override void SetLength(
	long value
)

Parameters

value  Int64
The desired length of the current stream in bytes.
See Also