GameClipThumbnail (JSON)

Contains the information related to an individual thumbnail. There can be multiple sizes per clip, and it is up to the client to select the proper one for display.

GameClipThumbnail

The GameClipThumbnail object has the following specification.

Member Type Description
uri string The URI for the thumbnail image.
fileSize 32-bit unsigned integer The total file size of the thumbnail image.
thumbnailType ThumbnailType The type of thumbnail image.

Sample JSON syntax

{
         "uri": "http://gameclips.xbox.com/thumbnails/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/small.jpg",
         "fileSize": 123,
         "width": 120,
         "height": 250
       }
    

See also

Parent

JavaScript Object Notation (JSON) Object Reference