Package tvi.webrtc
Class VideoCodecInfo
java.lang.Object
tvi.webrtc.VideoCodecInfo
Represent a video codec as encoded in SDP.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionVideoCodecInfo
(int payload, String name, Map<String, String> params) Deprecated.VideoCodecInfo
(String name, Map<String, String> params) -
Method Summary
-
Field Details
-
H264_FMTP_PROFILE_LEVEL_ID
- See Also:
-
H264_FMTP_LEVEL_ASYMMETRY_ALLOWED
- See Also:
-
H264_FMTP_PACKETIZATION_MODE
- See Also:
-
H264_PROFILE_CONSTRAINED_BASELINE
- See Also:
-
H264_PROFILE_CONSTRAINED_HIGH
- See Also:
-
H264_LEVEL_3_1
- See Also:
-
H264_CONSTRAINED_HIGH_3_1
- See Also:
-
H264_CONSTRAINED_BASELINE_3_1
- See Also:
-
name
-
params
-
payload
Deprecated.
-
-
Constructor Details
-
VideoCodecInfo
-
VideoCodecInfo
Deprecated.
-
-
Method Details