-
Notifications
You must be signed in to change notification settings - Fork 16
ref_vfcallback_getHostVersionInfo
VirtualDub Plugin SDK 1.2
getHostVersionInfo video filter callback
Returns information about the identity and version of the host.
long __cdecl getHostVersionInfo(char *buffer, int len);
buffer | Pointer to buffer to receive version string. |
len | Maximum number of characters to place in the buffer, including the null terminator. |
This method is not thread-safe.
This function must not throw exceptions (see Except()).
The build number of the host.
This is mainly intended for informative purposes. Decisions regarding the host capabilities should be made using the API version instead, whenever possible.
Copyright (C) 2007-2012 Avery Lee.
Setting up your development environment
Conventions
Plugin initialization
Dynamic loading
Reference counting
Using CPU extensions
Introduction
What's new
Breaking changes
Gotchas
Deprecated features
Migrating from the old Filter SDK
Programming model
Handling bitmaps
Creating a video filter
Setting filter parameters
Processing video frames
Managing filter data
Creating time-varying filters
Handling aspect ratio
Prefetching multiple source frames
Handling multiple sources
Making a filter configurable
Scripting support
CPU dependent optimization
VDXA index omitted
Getting started
Writing the module entry point
Creating a video filter
Adding configurability
Adding script support
Introduction
What's new
Autodetect
Direct mode
Video frames vs. samples
Video decodint model
Video decoder