Click or drag to resize

RenderVideoEncoder Class

The RenderVideoEncoder class represents a video encoder
Inheritance Hierarchy
SystemObject
  Lumiscaphe.Workshop.InteropRenderVideoEncoder

Namespace:  Lumiscaphe.Workshop.Interop
Assembly:  Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax
public sealed class RenderVideoEncoder

The RenderVideoEncoder type exposes the following members.

Properties
  NameDescription
Public propertyActiveContainer
Gets or sets the active container.
Public propertyAvailableContainers
Gets the list of available containers.
Public propertyBitrate
Gets or sets the video bitrate.
Public propertyDuration
Gets or sets the video duration.
Public propertyFPS
Gets or sets the video FPS.
Public propertyStatic memberInstance
Get the RenderVideoEncoder singleton.
Public propertyIsDestroyed
Gets a value indicating whether this instance is destroyed.
Public propertyIsStarted
Gets a value indicating whether this video encoder is started.
Top
Methods
  NameDescription
Public methodAddFrame
Adds a frame to the video encoder.
Public methodCreate
Create the video encoder.
Public methodDestroy
Destroy the video encoder.
Public methodEnd
Ends the video encoder. This method must be called when the encoding is over.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetActiveContainerByName
Sets the active container using the container name.
Public methodStart
Starts the video encoder with the specified filename and resolution.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Lumiscaphe Workshop SDK

Supported in: 7.0 release 1
See Also