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.
Namespace: GleamTech.VideoUltimateAssembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 4.4.7
public void SetFrameSize(
int width,
int height
)
Public Sub SetFrameSize (
width As Integer,
height As Integer
)
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.