TvInputManager.RecordingErrorInsufficientSpace Feld

Definition

Achtung

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

Fehler für TvInputService.RecordingSession#notifyError(int) und TvRecordingClient.RecordingCallback#onError(int): Aufzeichnung kann aufgrund unzureichenden Speicherplatzes nicht fortgesetzt werden.

[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

Feldwert

Value = 1
Attribute

Hinweise

Fehler für TvInputService.RecordingSession#notifyError(int) und TvRecordingClient.RecordingCallback#onError(int): Aufzeichnung kann aufgrund unzureichenden Speicherplatzes nicht fortgesetzt werden.

Java-Dokumentation für android.media.tv.TvInputManager.RECORDING_ERROR_INSUFFICIENT_SPACE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die vom Android Open Source-Projekt erstellt und freigegeben werden und gemäß den in der Creative Commons 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: