共用方式為


MediaCodec.BufferInfo.PresentationTimeUs 屬性

定義

緩衝區的表示時間戳,以微秒為單位。

[Android.Runtime.Register("presentationTimeUs")]
public long PresentationTimeUs { get; set; }
[<Android.Runtime.Register("presentationTimeUs")>]
member this.PresentationTimeUs : int64 with get, set

屬性值

屬性

備註

緩衝區的表示時間戳,以微秒為單位。 這是衍生自使用對應輸入緩衝區傳入的簡報時間戳。 這應該忽略 0 大小的緩衝區。

android.media.MediaCodec.BufferInfo.presentationTimeUsJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於