相关文章推荐
害羞的冲锋衣  ·  TBB安装与卸载-CSDN博客·  3 月前    · 
有胆有识的玉米  ·  org.apache.hc.client5. ...·  3 月前    · 
正直的芹菜  ·  Microsoft.UI.Xaml.dll错 ...·  9 月前    · 
要出家的毛豆  ·  c++ - Visual Studio - ...·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register("framePosition")]
public long FramePosition { get; set; }
[<Android.Runtime.Register("framePosition")>]
member this.FramePosition : int64 with get, set

Property Value

Remarks

Position in frames relative to start of an assumed audio stream.

When obtained through AudioRecord#getTimestamp AudioRecord.getTimestamp(AudioTimestamp, int) , all 64 bits of position are valid.

When obtained through AudioTrack#getTimestamp AudioTrack.getTimestamp(AudioTimestamp) , the low-order 32 bits of position is in wrapping frame units similar to AudioTrack#getPlaybackHeadPosition AudioTrack.getPlaybackHeadPosition() .

Java documentation for android.media.AudioTimestamp.framePosition .

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.