Some of the media type 'classes', specifically audio/* and video/* can be reliably mapped to corresponding values for resourceClass – adding either Audio or Video, not replacing anything. This could be done with a value mapping on basis of a regular expression.
Some of the media type 'classes', specifically
audio/*
andvideo/*
can be reliably mapped to corresponding values forresourceClass
– adding either Audio or Video, not replacing anything. This could be done with a value mapping on basis of a regular expression.