def getEncodingScale(self): """ :returns: The encoding scale factor 1x, 2x, or 4x, per the requested encodingType. Used to divide raw edge counts down to spec'd counts. :rtype: int """ return hal.getEncoderEncodingScale(self.encoder)
def getEncodingScale(self) -> int: """ :returns: The encoding scale factor 1x, 2x, or 4x, per the requested encodingType. Used to divide raw edge counts down to spec'd counts. """ return hal.getEncoderEncodingScale(self.encoder)