VideoFrameReaderSetFrameSize(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 maxSize
)

Parameters

maxSize  Int32
The maximum width or height of the frame, aspect ratio is preserved. If width is bigger than height, than the value would be maximum width else it would be maximum height. If value is 0, original width and height will be used.

See Also