Skip to content

Commit

Permalink
Alphabetise instance properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Mar 4, 2024
1 parent 0818ff1 commit 79102cf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions files/en-us/web/api/rtccodecstats/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ Note that other transports will use their own, different, `RTCCodecStats` object

## Instance properties

- {{domxref("RTCCodecStats.channels", "channels")}}
- : A positive number indicating the number of channels supported by the codec.
- {{domxref("RTCCodecStats.clockRate", "clockRate")}}
- : A positive number containing the media sampling rate.
- {{domxref("RTCCodecStats.mimeType", "mimeType")}}
- : A string containing the media MIME type/sub-type, such as video/VP8.
- {{domxref("RTCCodecStats.payloadType", "payloadType")}}
- : A positive integer value in the range of 0 to 127 indicating the payload type used in RTP encoding or decoding.
- {{domxref("RTCCodecStats.sdpFmtpLine", "sdpFmtpLine")}}
- : A string containing the format-specific parameters of the `"a=fmtp"` line in the codec's {{Glossary("SDP")}} (if present).
- {{domxref("RTCCodecStats.transportId", "transportId")}}
- : A string containing the unique identifier of the transport on which this codec is being used.
This can be used to match to the corresponding {{domxref("RTCTransportStats")}} object.
- {{domxref("RTCCodecStats.mimeType", "mimeType")}}
- : A string containing the media MIME type/sub-type, such as video/VP8.
- {{domxref("RTCCodecStats.clockRate", "clockRate")}}
- : A positive number containing the media sampling rate.
- {{domxref("RTCCodecStats.channels", "channels")}}
- : A positive number indicating the number of channels supported by the codec.
- {{domxref("RTCCodecStats.sdpFmtpLine", "sdpFmtpLine")}}
- : A string containing the format-specific parameters of the `"a=fmtp"` line in the codec's {{Glossary("SDP")}} (if present).

### Common instance properties

Expand Down

0 comments on commit 79102cf

Please sign in to comment.