UIKit.UIVideoEditorController Members

The members of UIKit.UIVideoEditorController are listed below.

See Also: Inherited members from UIKit.UINavigationController

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.
DelegateIUIVideoEditorControllerDelegate. An instance of the UIKit.UIVideoEditorControllerDelegate model class which acts as the class delegate.
VideoMaximumDurationdouble. The maximum duration of videos, in seconds. Cannot exceed 10 minutes.
VideoPathstring. The filesystem path to the movie loaded into the UIVideoEditorController.
VideoQualityUIImagePickerControllerQualityType. The quality to use when saving the trimmed movie. Default is UIImagePickerControllerQualityType.Low.
WeakDelegateFoundation.NSObject. An object that can respond to the delegate protocol for this type

Public Methods

static
CanEditVideoAtPath(string) : bool
Whether the video at the specified path can be edited.

Protected Methods

override
Dispose(bool)
Releases the resources used by the UIVideoEditorController object.

Public Events

FailedEvent raised by the object.
SavedEvent raised when the video is saved.
UserCancelledEvent raised by the object.