The minimum time interval between which the receiver should output consecutive video frames.
SDKs
- iOS 5.0–7.0Deprecated
- macOS 10.7+
- Mac Catalyst 13.0–13.0Deprecated
Framework
- AVFoundation
Declaration
@property(nonatomic) CMTime videoMinFrameDuration;
Discussion
The value of this property specifies the minimum duration of each video frame output by the connection, placing a lower bound on the amount of time that should separate consecutive frames. The value is equivalent to the reciprocal of the maximum frame rate.
A value of k
or k
indicates an unlimited maximum frame rate.
The default value is k
.
You can only set this value if supports
is YES
.