VideoFrameReader.SetFrameWidth Method
Definition
- Namespace
- GleamTech.VideoUltimate
- Assembly
- GleamTech.VideoUltimate.dll
Set the frame width to be used for GleamTech.Drawing.Image instances returned by GetFrame(). The height will be automatically calculated according to the video aspect ratio. This method can be called if a different frame size is required than the original video frame size.
public void SetFrameWidth(int width)
Parameters
widthintThe width of the frame.