[Missing <summary> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Write(System.Byte[],System.Int32,System.Int32)"]

Namespace: Ozeki.Media.Audio.Streams
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public override void Write(
	byte[] buffer,
	int offset,
	int count
)
Visual Basic
Public Overrides Sub Write ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer
)
Visual C++
public:
virtual void Write(
	array<unsigned char>^ buffer, 
	int offset, 
	int count
) override

Parameters

buffer
Type: array<System..::..Byte>[]()[][]

[Missing <param name="buffer"/> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Write(System.Byte[],System.Int32,System.Int32)"]

offset
Type: System..::..Int32

[Missing <param name="offset"/> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Write(System.Byte[],System.Int32,System.Int32)"]

count
Type: System..::..Int32

[Missing <param name="count"/> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Write(System.Byte[],System.Int32,System.Int32)"]

See Also