VideoFrameReader.SetFrameHeight Method
Definition
- Namespace
- GleamTech.VideoUltimate
- Assembly
- GleamTech.VideoUltimate.dll
Set the frame height to be used for GleamTech.Drawing.Image instances returned by GetFrame(). The width 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 SetFrameHeight(int height)
Parameters
heightintThe height of the frame.