VideoCodecInfo

open class VideoCodecInfo

Represent a video codec as encoded in SDP.

Constructors

Link copied to clipboard
constructor(name: String, params: Map<String, String>)
constructor(payload: Int, name: String, params: Map<String, String>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val H264_FMTP_LEVEL_ASYMMETRY_ALLOWED: String = "level-asymmetry-allowed"
Link copied to clipboard
val H264_FMTP_PACKETIZATION_MODE: String = "packetization-mode"
Link copied to clipboard
val H264_FMTP_PROFILE_LEVEL_ID: String = "profile-level-id"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(@Nullable obj: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String