Specifies the content of an overlay used in a video stream.
<content
src = "URL"
align = "string"
type = "string"
wordwrap = "string"
/>
Attribute |
Data Type |
Required? |
Default |
Description |
align |
string |
no |
left |
Horizontal alignment of the text in the overlay area. Values are: left, right, and center. This attribute is ignored for image overlays. |
src |
string |
yes |
[none] |
Source URL of the image overlay or text overlay file. For image overlays, you must specify the source URL. For text overlays, you must specify this attribute or specify inline content (that is, text strings placed in the element). One or the other must be specified. |
type |
string |
yes |
text |
Type of overlay. Values are: text and image. |
wordwrap |
string |
no |
off |
Determines whether to wrap text to the next line in the overlay area. Values are: on and off. This attribute is ignored for image overlays. |
For more information on text overlay and image overlay, see <overlay>.