Beispiel #1
0
 public VideoOptions(ImageAspectRatio aspect, ImageRotation rotation, Demosaicing demosaicing, bool deinterlace)
 {
     ImageAspectRatio = aspect;
     ImageRotation    = rotation;
     Demosaicing      = demosaicing;
     Deinterlace      = deinterlace;
 }
 /// <summary>
 /// Force a specific demosaicing pattern.
 /// </summary>
 /// <returns>returns true if the cache has been invalidated by the operation</returns>
 public virtual bool ChangeDemosaicing(Demosaicing demosaicing)
 {
     // Does nothing by default. Override to implement.
     return(false);
 }