Class 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.

    (Source: sitemap-video.xsd)
    See Also:
    Serialized Form
    • Constructor Detail

      • ContentSegment

        public ContentSegment​(Integer duration,
                              URL loc)