v8hd
Version:
Control interface for Roland V-8HD video switchers
10 lines • 319 B
TypeScript
/**
* Enum representing the available transition types on Roland V-8HD
*/
export declare enum TransitionType {
/** Mix transition - crossfade between sources */
MIX = 0,
/** Wipe transition - one source replaces another with a moving boundary */
WIPE = 1
}
//# sourceMappingURL=TransitionType.d.ts.map