The FlashScreenVideo type exposes the following members.

Constructors

  NameDescription
FlashScreenVideo
Creates a new Flash screen video.

Methods

  NameDescription
AddFrame
Adds a frame to the video.
(Inherited from Video.)
AddFrameImpl
Adds a frame to the video.
(Overrides Video..::.AddFrameImpl(VideoFrame).)
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.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Save
Saves the video to a stream.
(Inherited from Video.)
SaveImpl
Saves the video to a stream.
(Overrides Video..::.SaveImpl(Stream).)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Extension Methods

  NameDescription
FormatOverloaded.

Properties

  NameDescription
FrameCount
Gets the number of frames currently in the video.
(Overrides Video..::.FrameCount.)
MimeType
Gets the mime-type of the video format.
(Overrides Video..::.MimeType.)
Parameters
Gets the video parameters.

See Also