Class CropFilter
CropFilter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class CropFilter : Filter
Properties
Bottom
Amount of pixels that will be cropped of the input video from the bottom. Must be zero or a positive value.
Declaration
public int? Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Left
Amount of pixels that will be cropped of the input video from the left side. Must be zero or a positive value.
Declaration
public int? Left { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Right
Amount of pixels that will be cropped of the input video from the right side. Must be zero or a positive value.
Declaration
public int? Right { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Top
Amount of pixels that will be cropped of the input video from the top. Must be zero or a positive value.
Declaration
public int? Top { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Unit
Unit
Declaration
public PositionUnit? Unit { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<PositionUnit> |