casparcg-connection
    Preparing search index...

    Interface InfoChannelConfig

    interface InfoChannelConfig {
        consumers: ConsumerConfigAny[];
        producers: ProducerConfig[];
        videoMode?: string;
    }
    Index

    Properties

    consumers: ConsumerConfigAny[]
    producers: ProducerConfig[]
    videoMode?: string