VideoConvertOptions
Contents
[
Hide
]
VideoConvertOptions class
Options for conversion to Video type.
public sealed class VideoConvertOptions : ConvertOptions<VideoFileType>
Constructors
Name | Description |
---|---|
VideoConvertOptions() | Initializes new instance of VideoConvertOptions class. |
Properties
Name | Description |
---|---|
AudioFormat { get; set; } | What audio format to be used |
ExtractAudioOnly { get; set; } | If set to true, extracts the audio from the video |
Format { get; set; } | The desired file type the input document should be converted to. |
virtual Format { get; set; } | Implements Format |
FramesPerSecond { get; set; } | Frames per second. Default is 30. |
Methods
Name | Description |
---|---|
Clone() | Clones current options instance. |
override Equals(object) | Determines whether two object instances are equal. |
virtual Equals(ValueObject) | Determines whether two object instances are equal. |
override GetHashCode() | Serves as the default hash function. |
See Also
- class ConvertOptions<TFileType>
- class VideoFileType
- namespace GroupDocs.Conversion.Options.Convert
- assembly GroupDocs.Conversion