VideoFrameReaderSetFrameHeight Method
Set the frame height to be used for
Image instances returned by
GetFrame.
The width 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 SetFrameHeight(
int height
)
Public Sub SetFrameHeight (
height As Integer
)
Parameters
- height Int32
- The height of the frame.