V9.Common:VideoClip

Jump to: navigation, search

VideoClip

Contains information about a video clip associated with a program or movie.

Note: Access to links from our most popular source for trailers, VideoDetective.net, is governed by your subscription level. Video Detective trailers are shown as Provider ID 6.

Elements

NameTypeDescription
AverageBitRate String Average bit rate.
BitRateEndTime DateTime Video availability end date.
BitRateStartTime DateTime Video availability start date.
EncodingType String Digital video codec.
MaximumBitRate String Maximum bit rate.
MinimumBitRate String Minimum bit rate.
VideoDescription String Description of the video clip.
VideoHandle Handle Data source and their database ID for a series, movie, trailer, or program.
VideoImage Image URL to an image associated with a video and information about the image.
VideoTitle String Title of the video.
VideoType VideoType Category the video or link should be placed in.
VideoURL String URL to the video.

XML Response Example

<VideoClip VideoTitle="SIMPSONS 2000" VideoURL="http://actual-url-concealed.aspx" VideoType="Trailer" MaximumBitRate="750 kbps" EncodingType="MPEG4">
  <VideoHandle>
     <Id>242807</Id>
     <ProviderId>6</ProviderId>
  </VideoHandle>
  <BitRateStartTime xsi:nil="true"/>
  <BitRateEndTime xsi:nil="true"/>
</VideoClip>

JSON Response Example

{
   "VideoTitle":"NCIS ON USA",
   "VideoURL":"http:\/\/www.actual-url-concealed.aspx",
   "VideoType":"Trailer",
   "MaximumBitRate":"750 kbps",
   "EncodingType":"MPEG4",
   "VideoHandle":{
      "Id":"379300",
      "ProviderId":6
   },
   "BitRateStartTime":null,
   "BitRateEndTime":null
},
 
Personal tools