AudioSource.Read(Int64, Int32, IntPtr, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用回呼以讀取編碼的音訊資料。
public abstract bool Read (long position, int requestCount, IntPtr buffer, out int actualCount);
override this.Read : int64 * int * nativeint * -> bool
參數
- position
- Int64
資料應該從中讀取的音訊資料流程中的位置。
- requestCount
- Int32
要讀取的位元組數目。
- buffer
-
IntPtr
nativeint
應儲存資料的緩衝區指標。
- actualCount
- Int32
傳回時,請將此值設定為實際讀取的位元組數目。
傳回
true 表示成功,失敗時為 false。
備註
當要求更多資料時,AudioSource 會呼叫這個方法。