Class VideoAttributes.ContentSegment
- java.lang.Object
-
- crawlercommons.sitemaps.extension.VideoAttributes.ContentSegment
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- VideoAttributes
public static final class VideoAttributes.ContentSegment extends Object implements Serializable
Use <video:content_segment_loc> only in conjunction with <video:player_loc>.
If you publish your video as a series of raw videos (for example, if you submit a full movie as a continuous series of shorter clips), you can use the <video:content_segment_loc> to supply us with a series of URLs, in the order in which they should be concatenated to recreate the video in its entirety. Each URL should point to a .mpg, .mpeg, .mp4, .m4v, .mov, .wmv, .asf, .avi, .ra, .ram, .rm, .flv, or other video file format. It should not point to any Flash content.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentSegment(Integer duration, URL loc)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
Integer
getDuration()
URL
getLocation()
String
toString()
-