TvInputManager.RecordingErrorResourceBusy Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.TV.RecordingError enum directly instead of this field.

Error for TvInputService.RecordingSession#notifyError(int) and TvRecordingClient.RecordingCallback#onError(int): Recording cannot proceed because a required recording resource was not able to be allocated.

[Android.Runtime.Register("RECORDING_ERROR_RESOURCE_BUSY", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.RecordingError enum directly instead of this field.", true)]
public const Android.Media.TV.RecordingError RecordingErrorResourceBusy = 2;
[<Android.Runtime.Register("RECORDING_ERROR_RESOURCE_BUSY", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.TV.RecordingError enum directly instead of this field.", true)>]
val mutable RecordingErrorResourceBusy : Android.Media.TV.RecordingError

Field Value

Value = 2
Attributes

Remarks

Error for TvInputService.RecordingSession#notifyError(int) and TvRecordingClient.RecordingCallback#onError(int): Recording cannot proceed because a required recording resource was not able to be allocated.

Java documentation for android.media.tv.TvInputManager.RECORDING_ERROR_RESOURCE_BUSY.

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