[Missing <summary> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Read(System.Byte[],System.Int32,System.Int32)"]
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public override int Read( byte[] buffer, int offset, int count ) |
Visual Basic |
---|
Public Overrides Function Read ( buffer As Byte(), offset As Integer, count As Integer ) As Integer |
Visual C++ |
---|
public: virtual int Read( 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.Read(System.Byte[],System.Int32,System.Int32)"]
- offset
- Type: System..::..Int32
[Missing <param name="offset"/> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Read(System.Byte[],System.Int32,System.Int32)"]
- count
- Type: System..::..Int32
[Missing <param name="count"/> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Read(System.Byte[],System.Int32,System.Int32)"]
Return Value
Type: Int32[Missing <returns> documentation for "M:Ozeki.Media.Audio.Streams.WaveFileStream.Read(System.Byte[],System.Int32,System.Int32)"]