The ClipMediaBase type exposes the following members.

Methods

  NameDescription
Dispose
Releases unmanaged and - optionally - managed resources
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
InitialiseShow
Intialises the clip ready for playback.
Load
Loads the clip so it is ready to use.
LoadMedia
Loads a clip and handles the nesasery events during the load operation.
LoadSettings
Loads the settings for this clip from an xml file.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
OnFinished Obsolete.
Raises the Finished event.
OnInitialiseShow
OnLoadClip
This function should be overriden to perform operations to load your clip after it is first created.
OnLoadSettings
Override to load any custom settings for this clip.
OnSaveSettings
Override to save any custom settings for this clip.
OnUnhandledException
Logs the clip exception with the Screen Monkey error reporting system.
RaiseFinished
Raises the Finished event.
RaiseShowInitialised
Raises the ShowInitialising event.
RaiseShowInitialising
Raises the ShowInitialising event.
Remove
This function is called when a clip is remved from Screen Monkey and performs any cleaning up of the clip.
RepairOverloaded.
SaveSettings
Saves the settings for this clip to an xml file.
StartShow
Starts the show and begins playback of the clip.
StartShowLive
This is called when the show has been started and the screen is live. This is different to StartShow in that it is called after the screen has been displayed and is visible on the screen. You can override this function to perform operations which are nesasery whilst the clip is visible on the screen.
StopShow
Stops the show running and frees up any resources from playback.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also