Common/video/v1.1/VideoTone

Jump to: navigation, search

Tone

Contains a tone that applies to a movie or program. The tones recognized by Rovi Video are shown in the Tones table.

Elements

NameTypeDescription
id string Database ID for the tone.
name string The tone.
weight integer A number from 1 to 10, where a larger number indicates a greater importance.

XML Response Example

<tone>
  <id>D 1339</id>
  <name>Nostalgic</name>
  <weight>7</weight>
</tone>

JSON Response Example

{
  "id":"D  1339",
  "name":"Nostalgic",
  "weight":7
}
 
Personal tools