Partager via


EditingEndedEvent.ErrorCodeIoFileNotFound Field

Definition

Caution

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

Caused by a non-existent file.

[Android.Runtime.Register("ERROR_CODE_IO_FILE_NOT_FOUND", ApiSince=35)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.EditingEndedEventErrorCode enum directly instead of this field.", true)]
public const Android.Media.Metrics.EditingEndedEventErrorCode ErrorCodeIoFileNotFound = 7;
[<Android.Runtime.Register("ERROR_CODE_IO_FILE_NOT_FOUND", ApiSince=35)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Metrics.EditingEndedEventErrorCode enum directly instead of this field.", true)>]
val mutable ErrorCodeIoFileNotFound : Android.Media.Metrics.EditingEndedEventErrorCode

Field Value

Value = 7

Implements

Attributes

Remarks

Caused by a non-existent file.

Java documentation for android.media.metrics.EditingEndedEvent.ERROR_CODE_IO_FILE_NOT_FOUND.

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