AudioFile.Read(Int64, Byte[], Int32, Int32, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads count
bytes from buffer
, starting at startingByte
.
public int Read (long startingByte, byte[] buffer, int offset, int count, bool useCache);
member this.Read : int64 * byte[] * int * int * bool -> int
Parameters
- startingByte
- Int64
- buffer
- Byte[]
- offset
- Int32
- count
- Int32
- useCache
- Boolean