Interface IBitResolution

interface IBitResolution {
    bitDepth: number;
    float: boolean;
    signed: boolean;
}

Properties

Properties

bitDepth: number
float: boolean
signed: boolean