Interface

GstVideo-1.0GstVideoColorBalanceSignalSignatures

interface SignalSignatures {
    "value-changed": (
        channel: GstVideo.ColorBalanceChannel,
        value: number,
    ) => void;
}
Index
"value-changed": (channel: GstVideo.ColorBalanceChannel, value: number) => void

Fired when the value of the indicated channel has changed.