RenderVideoEncoder Class |
Namespace: Lumiscaphe.Workshop.Interop
The RenderVideoEncoder type exposes the following members.
| Name | Description | |
|---|---|---|
| ActiveContainer |
Gets or sets the active container.
| |
| AvailableContainers |
Gets the list of available containers.
| |
| Bitrate |
Gets or sets the video bitrate.
| |
| Duration |
Gets or sets the video duration.
| |
| FPS |
Gets or sets the video FPS.
| |
| Instance |
Get the RenderVideoEncoder singleton.
| |
| IsDestroyed |
Gets a value indicating whether this instance is destroyed.
| |
| IsStarted |
Gets a value indicating whether this video encoder is started.
|
| Name | Description | |
|---|---|---|
| AddFrame |
Adds a frame to the video encoder.
| |
| Create |
Create the video encoder.
| |
| Destroy |
Destroy the video encoder.
| |
| End |
Ends the video encoder. This method must be called when the encoding is over.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| SetActiveContainerByName |
Sets the active container using the container name.
| |
| Start |
Starts the video encoder with the specified filename and resolution.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |