VideoEncoderConfiguration

public struct VideoEncoderConfiguration : ConfigurationProtocol

This struct describes a profile’s video encoder configuration.

  • This is us.

    Declaration

    Swift

    public let owner: RVS_ONVIF!
  • The name of this state.

    Declaration

    Swift

    public let name: String
  • How many instances use this.

    Declaration

    Swift

    public let useCount: Int
  • The token string.

    Declaration

    Swift

    public let token: String
  • Declaration

    Swift

    public let encoding: EncodingTypes
  • Declaration

    Swift

    public let timeoutInSeconds: Int
  • Declaration

    Swift

    public let rateControl: RateControl!
  • Declaration

    Swift

    public let multicast: Multicast!
  • Declaration

    Swift

    public let quality: Int!
  • Declaration

    Swift

    public let resolution: CGSize!
  • Declaration

    Swift

    public let encodingParameters: [String : Any]!