You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, useMediaCapabilitiesDecodingInfo will check if the current device can play a certain media file.
Would be nice if we could add support for encoding information, this will allow developers to check if the device can record to a specific media type.
If feasible, we could either...
add another hook within the media-capabilities folder called useMediaCapabilitiesEncodingInfo
refactor the current hook to support both API.
For now, the browser api is still in development and not available in chrome but we can already think about the use cases and wether or not we want to implement this.
Currently,
useMediaCapabilitiesDecodingInfo
will check if the current device can play a certain media file.Would be nice if we could add support for encoding information, this will allow developers to check if the device can record to a specific media type.
If feasible, we could either...
useMediaCapabilitiesEncodingInfo
For now, the browser api is still in development and not available in chrome but we can already think about the use cases and wether or not we want to implement this.
Specs: https://w3c.github.io/media-capabilities/#dom-mediacapabilities-encodinginfo
The text was updated successfully, but these errors were encountered: