RtpStream.IsBusy Property

Definition

Returns true if the stream is busy.

public virtual bool IsBusy { [Android.Runtime.Register("isBusy", "()Z", "GetIsBusyHandler")] get; }
[<get: Android.Runtime.Register("isBusy", "()Z", "GetIsBusyHandler")>]
member this.IsBusy : bool

Property Value

Attributes

Remarks

Returns true if the stream is busy. In this case most of the setter methods are disabled. This method is intended to be overridden by subclasses.

Java documentation for android.net.rtp.RtpStream.isBusy().

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.

Applies to