TOnResizeVideo
type
TOnResizeVideo = procedure (Sender: TObject; SourceWidth: LongInt; SourceHeight: LongInt) of object;
The type of the OnResizeVideo event.
SourceWidth: width of the video source
SourceHeight: height of the video source
type
TOnResizeVideo = procedure (Sender: TObject; SourceWidth: LongInt; SourceHeight: LongInt) of object;
The type of the OnResizeVideo event.
SourceWidth: width of the video source
SourceHeight: height of the video source