Interface CogBandWindowExperimental

interface CogBandWindow {
    band: number;
    values: CogSampleArray;
}

Properties

Properties

band: number