| Attributes |
| Name | Required | Request-time | Type | Description |
| src | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| URL of the media source. This attribute is required. |
| contentType | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| MIME content type of the resource (for example : "video/ogg") |
| codec | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| Codecs of the resource (for example: "avc1.64001E, mp4a.40.2"). If this property is defined, contentType property
should be defined too. |
| media | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| This property defines the intended media type of the media resource, to help the browser determine if this media
resource is useful to the user before fetching it. Its value must be a valid media query. Just like the "@media"
declaration in CSS. |
| disabled | false | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean)
| If set to true, renderer of the parent{@link MediaSourceHolder} will ignore this resource. |