AbstractSessionInputBuffer.IsDataAvailable(Int32) Method

Definition

Determines whether data becomes available before the timeout expires.

[Android.Runtime.Register("isDataAvailable", "(I)Z", "GetIsDataAvailable_IHandler")]
public abstract bool IsDataAvailable(int timeout);
[<Android.Runtime.Register("isDataAvailable", "(I)Z", "GetIsDataAvailable_IHandler")>]
abstract member IsDataAvailable : int -> bool

Parameters

timeout
Int32

The maximum wait time, in milliseconds.

Returns

true if data is available; otherwise, false.

Implements

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