Skip to main content

FrameRateRangeMax

Valid for: CANoe DE • CANoe4SW DE

Property

FrameRateRangeMax

Description

The maximum frame rate that is supported by a video capture device, in frames per second.

Data Type

qword

Remarks

  • 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 maximum frame rate, the media source sets this property on the media type. The minimum frame rate is given in the FrameRateRangeMin 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.