Class StreamController

Deprecated

Hierarchy (view full)

Constructors

Properties

connectionID?: string

Deprecated

disableAudioProxy: boolean

options get saved so we can still support Accessory.configureCameraSource

requireProxy: boolean
selectedConfiguration: string = ""
sessionIdentifier?: string = undefined
setupEndpointsResponse: string = ""
supportedAudioStreamConfiguration: string
supportedCryptoSuites: SRTPCryptoSuites[]
supportedRTPConfiguration: string
supportedVideoStreamConfiguration: string
videoOnly: boolean = false
SRTPCryptoSuites: typeof SRTPCryptoSuites = SRTPCryptoSuites

Deprecated

Please use the SRTPCryptoSuites const enum above.

VideoCodecParamLevelTypes: Readonly<{
    TYPE3_1: 0;
    TYPE3_2: 1;
    TYPE4_0: 2;
}> = ...

Type declaration

  • TYPE3_1: 0
  • TYPE3_2: 1
  • TYPE4_0: 2

Deprecated

won't be updated anymore. Please use the H264Level const enum above.

VideoCodecParamProfileIDTypes: typeof H264Profile = H264Profile

Deprecated

Please use the H264Profile const enum above.

Methods