Example #1
0
 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)
Example #2
0
 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)