|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Video | |
---|---|
com.brightcove.proserve.mediaapi.wrapper | |
com.brightcove.proserve.mediaapi.wrapper.apiobjects |
Uses of Video in com.brightcove.proserve.mediaapi.wrapper |
---|
Methods in com.brightcove.proserve.mediaapi.wrapper that return Video | |
---|---|
Video |
ReadApi.FindVideoById(java.lang.String readToken,
java.lang.Long videoId,
java.util.EnumSet<VideoFieldEnum> videoFields,
java.util.Set<java.lang.String> customFields)
Looks in the specified account for a video with the specified video id (not the reference id). |
Video |
ReadApi.FindVideoByReferenceId(java.lang.String readToken,
java.lang.String referenceId,
java.util.EnumSet<VideoFieldEnum> videoFields,
java.util.Set<java.lang.String> customFields)
Looks in the specified account for a video with the specified reference id (not the video id). |
Video |
WriteApi.UpdateVideo(java.lang.String writeToken,
Video video)
Use this method to modify the metadata for a single video in your Brightcove Media Library. |
Methods in com.brightcove.proserve.mediaapi.wrapper with parameters of type Video | |
---|---|
java.lang.Long |
WriteApi.CreateVideo(java.lang.String writeToken,
Video video,
java.lang.String filename,
TranscodeEncodeToEnum encodeTo,
java.lang.Boolean createMultipleRenditions,
java.lang.Boolean preserveSourceRendition,
java.lang.Boolean h264NoProcessing)
Create a new video in the account. |
Video |
WriteApi.UpdateVideo(java.lang.String writeToken,
Video video)
Use this method to modify the metadata for a single video in your Brightcove Media Library. |
Uses of Video in com.brightcove.proserve.mediaapi.wrapper.apiobjects |
---|
Methods in com.brightcove.proserve.mediaapi.wrapper.apiobjects that return types with arguments of type Video | |
---|---|
java.util.List<Video> |
Playlist.getVideos()
Gets the Videos for this Playlist. |
Method parameters in com.brightcove.proserve.mediaapi.wrapper.apiobjects with type arguments of type Video | |
---|---|
void |
Playlist.setVideos(java.util.List<Video> videos)
Sets the Videos for this Playlist. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |