AudioFile.Read(Int64, Byte[], Int32, Int32, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Lit les octets count
à partir de buffer
, en commençant à startingByte
.
public int Read (long startingByte, byte[] buffer, int offset, int count, bool useCache);
member this.Read : int64 * byte[] * int * int * bool -> int
Paramètres
- startingByte
- Int64
- buffer
- Byte[]
- offset
- Int32
- count
- Int32
- useCache
- Boolean