FrameRateRangeMin
Valid for: CANoe DE • CANoe4SW DEProperty
FrameRateRangeMinDescription
The minimum frame rate that is supported by a video capture device, in frames per second.Data Type
qwordRemarks
- To get this property, call MediaGetPropertyRatio.
- To set this property, call MediaSetPropertyRatio.
- The frame rate is expressed as a ratio. The upper 32 bits of the property value contain the numerator, and the lower 32 bits contain the denominator. For example, if the frame rate is 30 frames per second (fps), the ratio is 30/1.
- If the capture device reports a minimum frame rate, the media source sets this property on the media type. The maximum frame rate is given in the FrameRateRangeMax property. The device is not guaranteed to support every increment within this range.
- To set the device’s frame rate, first modify the value of the FrameRate property on the media type. Then set the media type on the media source.