RateControl
public struct RateControl : OwnedInstanceProtocol
This struct describes the streaming rate control.
-
This is us.
Declaration
Swift
public let owner: RVS_ONVIF! -
The frame rate limit.
Declaration
Swift
public let frameRateLimit: Float! -
The encoding Interval.
Declaration
Swift
public let encodingInterval: Float! -
The bit rate (not byte rate) limit.
Declaration
Swift
public let bitRateLimit: Int!
View on GitHub
RateControl Structure Reference