#import <JiveVideo.h>
Inherits JiveStructuredOutcomeContent.
Properties | |
| NSArray * | categories |
| Categories associated with this object. Places define the list of possible categories. String[]. | |
| NSArray * | users |
| The list of users that can see the content. On create or update, provide a list of Person URIs or Person entities. On get, returns a list of Person entities. This value is used only when visibility is people. String[] or Person[]. | |
| NSString * | visibility |
| The visibility policy for this discussion. Valid values are: | |
| NSString * | externalID |
| Video provider's ID. | |
| NSURL * | playerBaseURL |
| URL of video service. | |
| NSString * | playerName |
| The name of the player view. | |
| NSNumber * | height |
| Video height. | |
| NSNumber * | width |
| Video width. | |
| NSString * | authtoken |
| Video provider's authentication token, required for playing video. | |
| NSString * | videoSource |
| HTML source for an external link to video (e.g. YouTube, Vimeo) | |
| NSNumber * | autoplay |
| Flag indicating if the video should start playing automatically. | |
| NSURL * | stillImageURL |
| The still image that should be displayed while the video is being loaded. | |
| NSURL * | watermarkURL |
| Watermark URL. | |
| NSNumber * | duration |
| The total length of the video. | |
| NSNumber * | hours |
| The length of the video in hours. | |
| NSNumber * | minutes |
| The length of the video in minutes. | |
| NSNumber * | seconds |
| The length of the video in seconds. | |
| NSNumber * | embedded |
| Flag indicating if the video is embedded. | |
| NSURL * | videoThumbnail |
| Thumbnail image of the video. | |
| NSString * | videoType |
| The type of video. | |