Filters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes all the filtering operations, such as de-interlacing, rotation etc. that are to be applied to the input media before encoding.
public class Filters
type Filters = class
Public Class Filters
- Inheritance
-
Filters
Constructors
Filters() |
Initializes a new instance of the Filters class. |
Filters(Deinterlace, Nullable<Rotation>, Rectangle, IList<Overlay>) |
Initializes a new instance of the Filters class. |
Properties
Crop |
Gets or sets the parameters for the rectangular window with which to crop the input video. |
Deinterlace |
Gets or sets the de-interlacing settings. |
Overlays |
Gets or sets the properties of overlays to be applied to the input video. These could be audio, image or video overlays. |
Rotation |
Gets or sets the rotation, if any, to be applied to the input video, before it is encoded. Default is Auto. Possible values include: 'Auto', 'None', 'Rotate0', 'Rotate90', 'Rotate180', 'Rotate270' |
Applies to
Azure SDK for .NET