VideoFrameReaderSetFrameWidth Method

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

Definition

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

Parameters

width  Int32
The width of the frame.

See Also