다음을 통해 공유


EditingEndedEvent Class

Definition

Event for an editing operation having ended.

[Android.Runtime.Register("android/media/metrics/EditingEndedEvent", ApiSince=35, DoNotGenerateAcw=true)]
public sealed class EditingEndedEvent : Android.Media.Metrics.Event, Android.OS.IParcelable, IDisposable, Java.Interop.IJavaPeerable
[<Android.Runtime.Register("android/media/metrics/EditingEndedEvent", ApiSince=35, DoNotGenerateAcw=true)>]
type EditingEndedEvent = class
    inherit Event
    interface IParcelable
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Inheritance
EditingEndedEvent
Attributes
Implements

Remarks

Event for an editing operation having ended.

Java documentation for android.media.metrics.EditingEndedEvent.

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.

Fields

ErrorCodeAudioProcessingFailed
Obsolete.

Caused by an audio processing failure.

ErrorCodeDecoderInitFailed
Obsolete.

Caused by a decoder initialization failure.

ErrorCodeDecodingFailed
Obsolete.

Caused by a failure while trying to decode media samples.

ErrorCodeDecodingFormatUnsupported
Obsolete.

Caused by trying to decode content whose format is not supported.

ErrorCodeEncoderInitFailed
Obsolete.

Caused by an encoder initialization failure.

ErrorCodeEncodingFailed
Obsolete.

Caused by a failure while trying to encode media samples.

ErrorCodeEncodingFormatUnsupported
Obsolete.

Caused by trying to encode content whose format is not supported.

ErrorCodeFailedRuntimeCheck
Obsolete.

Error code for unexpected runtime errors.

ErrorCodeIoBadHttpStatus
Obsolete.

Caused by an HTTP server returning an unexpected HTTP response status code.

ErrorCodeIoCleartextNotPermitted
Obsolete.

Caused by failing to load data via cleartext HTTP, when the app's network security configuration does not permit it.

ErrorCodeIoFileNotFound
Obsolete.

Caused by a non-existent file.

ErrorCodeIoNetworkConnectionFailed
Obsolete.

Error code for network connection failures.

ErrorCodeIoNetworkConnectionTimeout
Obsolete.

Error code for network timeouts.

ErrorCodeIoNoPermission
Obsolete.

Caused by lack of permission to perform an IO operation.

ErrorCodeIoReadPositionOutOfRange
Obsolete.

Caused by reading data out of the data bounds.

ErrorCodeIoUnspecified
Obsolete.

Error code for non-specific errors during input/output.

ErrorCodeMuxingFailed
Obsolete.

Caused by a failure while muxing media samples.

ErrorCodeNone
Obsolete.

Special value representing that no error occurred.

ErrorCodeVideoFrameProcessingFailed
Obsolete.

Caused by a video frame processing failure.

FinalStateCanceled
Obsolete.

The editing operation was canceled.

FinalStateError
Obsolete.

The editing operation failed due to an error.

FinalStateSucceeded
Obsolete.

The editing operation was successful.

OperationTypeAudioEdit

Input audio was edited.

OperationTypeAudioTranscode

Input audio was decoded and re-encoded.

OperationTypeAudioTransmux

Input audio samples were written (muxed) directly to the output file without transcoding.

OperationTypePaused

The editing operation was paused before it completed.

OperationTypeResumed

The editing operation resumed a previous (paused) operation.

OperationTypeVideoEdit

Input video was edited.

OperationTypeVideoTranscode

Input video was decoded and re-encoded.

OperationTypeVideoTransmux

Input video samples were written (muxed) directly to the output file without transcoding.

ProgressPercentUnknown

Special value for unknown #getFinalProgressPercent() final progress.

TimeSinceCreatedUnknown

Special value for unknown #getTimeSinceCreatedMillis() time since creation.

Properties

Class

Returns the runtime class of this Object.

(Inherited from Object)
Creator
ErrorCode

Returns the error code for a #FINAL_STATE_ERROR failed editing session.

ExporterName

Returns the name of the library implementing the exporting operation, for example, a Maven artifact ID like "androidx.

FinalProgressPercent

Returns the progress of the editing operation in percent at the moment that it ended, or #PROGRESS_PERCENT_UNKNOWN if unknown.

FinalState

Returns the state of the editing session when it ended.

Handle

The handle to the underlying Android instance.

(Inherited from Object)
InputMediaItemInfos

Gets information about the input media items, or an empty list if unspecified.

JniIdentityHashCode (Inherited from Object)
JniPeerMembers
MetricsBundle

Gets metrics-related information that is not supported by dedicated methods.

(Inherited from Event)
MuxerName

Returns the name of the library implementing the media muxing operation, for example, a Maven artifact ID like "androidx.

OperationTypes

Gets a set of flags describing the types of operations performed.

OutputMediaItemInfo

Gets information about the output media item, or null if unspecified.

PeerReference (Inherited from Object)
ThresholdClass (Inherited from Event)
ThresholdType (Inherited from Event)
TimeSinceCreatedMillis

Gets time since the corresponding log session is created in millisecond.

(Inherited from Event)

Methods

Clone()

Creates and returns a copy of this object.

(Inherited from Object)
DescribeContents()
Dispose() (Inherited from Object)
Dispose(Boolean) (Inherited from Object)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
ToArray<T>() (Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime() (Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
WriteToParcel(Parcel, ParcelableWriteFlags)

Explicit Interface Implementations

IJavaPeerable.Disposed() (Inherited from Object)
IJavaPeerable.DisposeUnlessReferenced() (Inherited from Object)
IJavaPeerable.Finalized() (Inherited from Object)
IJavaPeerable.JniManagedPeerState (Inherited from Object)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from Object)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from Object)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from Object)

Extension Methods

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
GetJniTypeName(IJavaPeerable)

Gets the JNI name of the type of the instance self.

JavaAs<TResult>(IJavaPeerable)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

TryJavaCast<TResult>(IJavaPeerable, TResult)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

Applies to