共用方式為


AudioSource.Read(Int64, Int32, IntPtr, Int32) 方法

定義

叫用回呼以讀取編碼的音訊資料。

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 會呼叫這個方法。

適用於