File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -177,19 +177,6 @@ shaka.polyfill.MediaCapabilities = class {
177
177
await shaka . polyfill . MediaCapabilities . canCastDisplayType_ (
178
178
videoConfig ) ;
179
179
return isSupported ;
180
- } else if ( shaka . util . Platform . isTizen ( ) ) {
181
- let extendedType = videoConfig . contentType ;
182
- if ( videoConfig . width && videoConfig . height ) {
183
- extendedType += `; width=${ videoConfig . width } ` ;
184
- extendedType += `; height=${ videoConfig . height } ` ;
185
- }
186
- if ( videoConfig . framerate ) {
187
- extendedType += `; framerate=${ videoConfig . framerate } ` ;
188
- }
189
- if ( videoConfig . bitrate ) {
190
- extendedType += `; bitrate=${ videoConfig . bitrate } ` ;
191
- }
192
- return shaka . media . Capabilities . isTypeSupported ( extendedType ) ;
193
180
}
194
181
return shaka . media . Capabilities . isTypeSupported ( videoConfig . contentType ) ;
195
182
}
You can’t perform that action at this time.
0 commit comments