Skip to content
This repository was archived by the owner on Oct 25, 2024. It is now read-only.

Commit 961f0a6

Browse files
jianjunztaste1981
authored andcommitted
Add description for VideoCodec. (#265)
1 parent 43b45d5 commit 961f0a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sdk/base/codec.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ export class AudioEncodingParameters {
7979
}
8080
}
8181

82+
/**
83+
* @class VideoCodec
84+
* @memberOf Owt.Base
85+
* @classDesc Video codec enumeration.
86+
* @hideconstructor
87+
*/
8288
export const VideoCodec = {
8389
VP8: 'vp8',
8490
VP9: 'vp9',

0 commit comments

Comments
 (0)