Functions Index :: C :: ChannelIndex

[<< up one level]

Module:

filters :: channels

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)

 

[<< top]

 


[1]:See the SplitVideoChannels() function's documentation for further details.