casparcg-state
    Preparing search index...

    Interface ChannelInfo

    interface ChannelInfo {
        fps?: number;
        videoMode?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    fps?: number

    Frames per second the channel is running in. Note that 50i is only running in 25 fps

    videoMode?: string | null