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.
Namespace: GleamTech.VideoUltimateAssembly: GleamTech.VideoUltimate (in GleamTech.VideoUltimate.dll) Version: 4.4.7
public void SetFrameWidth(
int width
)
Public Sub SetFrameWidth (
width As Integer
)
Parameters
- width Int32
- The width of the frame.