VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFFramePusher Type

Frame-push event.

Pascal
TVFFramePusher = procedure (Width, Height, BitDepth, DataSize: Integer; var Frame: PByte) of object;
C++
(Width, Height, BitDepth, DataSize: Integer; var Frame: PByte) ( TVFFramePusher)();
C#
TVFFramePusher
Visual Basic
TVFFramePusher
Java
TVFFramePusher
IDL
(Width, Height, BitDepth, DataSize: Integer; var Frame: PByte) ( TVFFramePusher)();
JavaScript
TVFFramePusher
PHP
TVFFramePusher

VideoEditTypes

Parameters 
Description 
Width 
Width.  
Height 
Height.  
BitDepth 
Bit depth.  
DataSize 
Data size.  
Frame 
Data pointer.  
Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!