Class WMAOutput
- Namespace
- VisioForge.Core.Types.Output
- Assembly
- VisioForge.Core.dll
WMA output settings.
public sealed class WMAOutput : IVideoEditBaseOutput, IVideoCaptureBaseOutput, INetworkStreamingOutputInheritance
Implements
Inherited Members
Constructors
WMAOutput()
Initializes a new instance of the VisioForge.Core.Types.Output.WMAOutput class.
public WMAOutput()Properties
Custom_Audio_Codec
Gets or sets current audio codec.
public string Custom_Audio_Codec { get; set; }Property Value
Custom_Audio_Format
Gets or sets the current audio format.
public string Custom_Audio_Format { get; set; }Property Value
Custom_Audio_LanguageID
Gets or sets language ID.
public string Custom_Audio_LanguageID { get; set; }Property Value
Custom_Audio_Mode
Gets or sets current audio mode.
public WMVStreamMode Custom_Audio_Mode { get; set; }Property Value
Custom_Audio_PeakBitrate
Gets or sets current peak bitrate.
public int Custom_Audio_PeakBitrate { get; set; }Property Value
Custom_Audio_PeakBufferSize
Gets or sets peak buffer size.
public byte Custom_Audio_PeakBufferSize { get; set; }Property Value
Custom_Audio_Quality
Gets or sets WMV audio quality.
public byte Custom_Audio_Quality { get; set; }Property Value
Custom_Audio_StreamPresent
Gets or sets a value indicating whether custom audio stream present.
public bool Custom_Audio_StreamPresent { get; set; }Property Value
Custom_Profile_Description
Gets or sets WMV profile description.
public string Custom_Profile_Description { get; set; }Property Value
Custom_Profile_Language
Gets or sets WMV profile language.
public string Custom_Profile_Language { get; set; }Property Value
Custom_Profile_Name
Gets or sets WMV profile name.
public string Custom_Profile_Name { get; set; }Property Value
External_Profile_FileName
Gets or sets the name of the file with the Windows Media Video profile.
public string External_Profile_FileName { get; set; }Property Value
External_Profile_Text
Gets or sets external profile text.
public string External_Profile_Text { get; set; }Property Value
Internal_Profile_Name
Gets or sets the name of the WMV internal profile.
public string Internal_Profile_Name { get; set; }Property Value
Mode
Gets or sets WMV mode.
public WMVMode Mode { get; set; }Property Value
V8ProfileName
Gets or sets the name for the internal profile to be used for the WMV 8.
public string V8ProfileName { get; set; }Property Value
Methods
GetInternalTypeVC()
Gets internal output format.
public VideoCaptureOutputFormat GetInternalTypeVC()Returns
- VideoCaptureOutputFormat
-
Returns VisioForge.Core.Types.VideoCapture.VideoCaptureOutputFormat.
GetInternalTypeVE()
Gets internal output format.
public VideoEditOutputFormat GetInternalTypeVE()Returns
- VideoEditOutputFormat
-
Returns VisioForge.Core.Types.VideoEdit.VideoEditOutputFormat.
Load(string)
Loads from JSON.
public static WMAOutput Load(string json)Parameters
jsonstring-
JSON string.
Returns
Save()
Saves to JSON.
public string Save()