Functions Index :: C :: ChannelIndex
Module:
Definition:
ChannelIndex(string ch)
Description:
Returns the index in a clip channels' array [1] of the specified in ch channel.
The ch argument must be a signle character string containing one of A, R, G, B, Y, U, V.
Examples:
redid = ChannelIndex("R")
clp_red = channels.ArrayGet(redid)
[1]:See the SplitVideoChannels() function's documentation for further details.