public class Video extends Object
The "video" Object type represents video content, which usually consists of a motion picture track and an audio track.
The "video" Object type is identified by the URI http://activitystrea.ms/schema/1.0/video.
A video has the following additional components:
- Video Stream Link
- A Media Link Construct linking to the video content itself. Represented in JSON as a property called stream whose value is a JSON object with properties as defined in [TODO: xref the JSON serialization of a Media Link Construct]
- Embed Code
- An HTML fragment that, when embedded in an HTML page, will provide an interactive player UI for the video stream. Represented in JSON as a property called embedCode whose value is a JSON string containing the fragment of HTML.
Copyright © 2024. All rights reserved.