Class DirectCaptureAVIOutput
DirectCapture AVI output. Optionally can use MP3 encoder.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.Output
Assembly: VisioForge.Core.dll
Syntax
public sealed class DirectCaptureAVIOutput : IVideoCaptureBaseOutput
Properties
MP3
Gets or sets MP3 settings.
Declaration
public MP3Output MP3 { get; set; }
Property Value
Type | Description |
---|---|
MP3Output |
Methods
GetInternalTypeVC()
Gets internal output format.
Declaration
public VideoCaptureOutputFormat GetInternalTypeVC()
Returns
Type | Description |
---|---|
VideoCaptureOutputFormat | Returns VideoCaptureOutputFormat. |
Load(string)
Loads from JSON.
Declaration
public static DirectCaptureAVIOutput Load(string json)
Parameters
Type | Name | Description |
---|---|---|
string | json | JSON string. |
Returns
Type | Description |
---|---|
DirectCaptureAVIOutput | The string. |
Save()
Saves to JSON.
Declaration
public string Save()
Returns
Type | Description |
---|---|
string | The string. |