VideoFrameReaderSetFrameHeight Method

Set the frame height to be used for 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.

Definition

Namespace: GleamTech.VideoUltimate
Assembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 3.8.7
C#
public void SetFrameHeight(
	int height
)

Parameters

height  Int32
The height of the frame.

See Also