ST2110ColorSampling type
SDP a=fmtp: sampling= parameter (ST 2110-20 / RFC 4175). Picks the wire colour-sampling scheme; combined with ST2110ComponentDepth fully determines the wire byte layout for an uncompressed video sender.
Signature:
export type ST2110ColorSampling = "YCbCr-4:2:2" | "YCbCr-4:2:0" | "YCbCr-4:4:4" | "RGB";