VideoFrameReaderSetFrameSize(Int32, Int32) Method

Set the frame size to be used for Image instances returned by GetFrame. 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 SetFrameSize(
	int width,
	int height
)

Parameters

width  Int32
The width of the frame. If value is 0, width will be automatically calculated to preserve aspect ratio.
height  Int32
The height of the frame. If value is 0, height will be automatically calculated to preserve aspect ratio.

See Also