Share via


TvInputManager.RecordingErrorInsufficientSpace 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 due to insufficient storage space.

[Android.Runtime.Register("RECORDING_ERROR_INSUFFICIENT_SPACE", 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 RecordingErrorInsufficientSpace = 1;
[<Android.Runtime.Register("RECORDING_ERROR_INSUFFICIENT_SPACE", 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 RecordingErrorInsufficientSpace : Android.Media.TV.RecordingError

Field Value

Value = 1
Attributes

Remarks

Error for TvInputService.RecordingSession#notifyError(int) and TvRecordingClient.RecordingCallback#onError(int): Recording cannot proceed due to insufficient storage space.

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

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