AbstractSessionInputBuffer.HasBufferedData Property

Definition

Gets whether the internal buffer contains unread data.

protected virtual bool HasBufferedData { [Android.Runtime.Register("hasBufferedData", "()Z", "GetHasBufferedDataHandler")] get; }
[<get: Android.Runtime.Register("hasBufferedData", "()Z", "GetHasBufferedDataHandler")>]
member this.HasBufferedData : bool

Property Value

true if unread data is buffered; otherwise, false.

Attributes

Remarks

Portions of this page are based on work created and shared by the Apache Software Foundation and used under the terms of the Apache License, Version 2.0.

Applies to