You are here

function brightcove_video_create in Brightcove Video Connect 7.6

Same name and namespace in other branches
  1. 7.7 brightcove.video.inc \brightcove_video_create()
1 call to brightcove_video_create()
brightcove_video_upload in ./brightcove.video.inc
Menu callback to display the video upload dialog.

File

./brightcove.video.inc, line 605
Brightcove video related functions.

Code

function brightcove_video_create($values) {
  return entity_get_controller('brightcove_video')
    ->create($values);
}