AbstractSessionInputBuffer.IsDataAvailable(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.