MediaFrameFormat.FrameRate Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the frame rate of the media frame.
public:
property MediaRatio ^ FrameRate { MediaRatio ^ get(); };
MediaRatio FrameRate();
public MediaRatio FrameRate { get; }
var mediaRatio = mediaFrameFormat.frameRate;
Public ReadOnly Property FrameRate As MediaRatio
The frame rate, in frames per second.
The frame rate is expressed as a ratio. For example, if the frame rate is 30 frames per second (fps), the ratio is 30/1. If the frame rate is 29.97 fps, the ratio is 30,000/1001.