What kind of file is used to transfer editing decisions from an Avid Media Composer project?
What will be an ideal response?
An AAF file.
You might also like to view...
A ________ contains groups of commands related to the selected object
A) Ribbon B) contextual tab C) status bar D) title bar
Given the following search function declaration, what would be the corresponding declaration for a templated search function?
int search( int array[], int start, int target, int size);
//pre: start is > 0, and < size
//the position of the first occurance of target at or after start is returned, or -1 is returned.
a. template