We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
data-streamed
download
Even if we indicate in the documentation https://github.com/dascritch/cpu-audio/blob/master/INSTALL.md#indicate-a-prefered-downloadable-audio-resource to not use download attributes indicators when a media is indicated as streamed, I think it may be useful to indicate in a warn() this kind of misconfiguration.
warn()
IMHO, the best way to do it is to do an integrity check at CpuAudioElement class instantiation during the copyAttributesToMediaDataset() step.
CpuAudioElement
copyAttributesToMediaDataset()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Even if we indicate in the documentation https://github.com/dascritch/cpu-audio/blob/master/INSTALL.md#indicate-a-prefered-downloadable-audio-resource to not use download attributes indicators when a media is indicated as streamed, I think it may be useful to indicate in a
warn()
this kind of misconfiguration.IMHO, the best way to do it is to do an integrity check at
CpuAudioElement
class instantiation during thecopyAttributesToMediaDataset()
step.The text was updated successfully, but these errors were encountered: