Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VideoCodecCapability

VideoCodecCapability represents a higher level type to wrap RTCRtpCodecCapability and the codec name used in the SDP, while also namespacing static create functions for codecs supported in the SDK.

Note that codecName is different then codecCapability.mimeType

Hierarchy

  • VideoCodecCapability

Implements

Index

Constructors

constructor

  • new VideoCodecCapability(codecName: string, codecCapability: RTCRtpCodecCapability): VideoCodecCapability

Properties

Readonly codecCapability

codecCapability: RTCRtpCodecCapability

Readonly codecName

codecName: string

Methods

equals

Static fromSignaled

Static h264

Static h264ConstrainedBaselineProfile

Static vp8

Generated using TypeDoc