AudioFile.Read(Int64, Byte[], Int32, Int32, Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
count
从 buffer
读取字节,从 开始startingByte
。
public int Read (long startingByte, byte[] buffer, int offset, int count, bool useCache);
member this.Read : int64 * byte[] * int * int * bool -> int
参数
返回
适用于