The EditorProxy type exposes the following members.

Methods

  NameDescription
AddTrack
Adds a track.
Attach
Attaches the specified URI.
ClearAllEdits
Clears all edits.
ClearAudioGain
Restores unity gain values to all the movie's audio segments.
ClearMarkIn
Clears the mark in to the minimum file extent.
ClearMarkOut
Clears the mark out to the maximum file extent.
CombineAllEdits
Combine all edits into a single edit that spans the entire movie. This function cannot be used on a PlayList
CombineNextEdit
Combines the given edit with the following edit.
CommitAncData
Merge the media file in the movie with the input media file, replace the original track with the newly merged track.
CopyEditFrom
Copies the edit from.
CopyEditTo
Copies the edit to another location.
CopyEventFrom
Copies the event from.
CopyEventTo
Copies the event to.
CopySectionFrom
Copies the section from.
CreateExtension
Creates an extension.
CreateSubclip
Creates a subclip.
CreateThumbnail
Creates the thumbnail.
DeleteEdit
Deletes an edit.
DeleteEvent
Deletes the event.
DeleteExtension
Deletes an extension.
DeleteSection
Deletes the section.
DeleteTrack
Deletes a track.
Detach
Detaches this instance.
DisposeOverloaded.
DuplicateTrack
Duplicates a track.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EraseUnusedMedia
Erases the unused media.
Finalize
The destructor for EditorProxy
(Overrides Object..::.Finalize()()().)
FindTimecodePos
Finds the timecode position.
FromXml
Fills in a newly created movie using the given xml
GetAudioGain
Gets the audio gain.
GetEditAtPos
Gets the edit UUID at position.
GetEditProperty
Gets the edit property.
GetEventProperty
Gets the event property.
GetExtensionData
Gets the extension data.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetProperty
Gets the property.
GetSectionProperty
Gets the section property.
GetThumbnailSample
Gets the thumbnail sample.
GetTrackXml
Returns an XML document that contains track type and uuid.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GetXml
Gets the XML.
GetXmlChanges
Gets the XML changes.
InsertBlack
Inserts black.
InsertEdit
Insert edit.
InsertPlayEvent
Inserts the play event.
InsertPlayEventEx
Insert a play event into a list using specified marks.
InsertSection
Inserts the section.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MergeAncData
// create a movie with single track from the input media file
MoveEvent
Moves the event.
MoveSection
Moves the section.
MoveTrack
Moves a track.
Rename
Rename a clip.
ReplaceEdit
Replace an edit.
ReplaceTrack
Replaces media on one or more tracks.
SaveAs
Saves an asset as a program asset.
SetAudioGain
Sets the audio gain.
SetEditDuration
Sets the edit duration.
SetEditMarkIn
Sets the edit mark in.
SetEditMarkOut
Sets the edit mark out.
SetEventProperty
Sets the event property.
SetLock
Sets the lock.
SetMarkIn
Sets the mark in point.
SetMarkOut
Sets the mark out point.
SetProperty
Sets the property.
SetRepeat
Set repeat.
SetSectionProperty
Sets the section property.
SetStartingTimecode
Sets the starting timecode.
SetTrackLabel
Sets the track label.
SetTrimLimits
Sets the trim limits.
SplitEditAtPos
Splits an edit at the given timecode. This creates a new edit to the right of the split.
StripeTimecode
Stripes the timecode.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also