Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
GameClipUri
The GameClipUri object has the following specification.
| Member | Type | Description |
|---|---|---|
| uri | string | The URI to the location of the video asset. |
| fileSize | 32-bit unsigned integer | The total file size of the thumbnail image. |
| uriType | GameClipUriType | The type of the URI. |
| expiration | DateTime | The expiration time of the URI that is included in this response. If the URL is empty or deemed expired before playback, callers should call the RefreshUrl API. |
Sample JSON syntax
{
"uri": "http://gameclips.xbox.com/clips/7ce5c1a7-1255-46d3-a90e-34a0e2dfab06/clip.mp4",
"fileSize": 1234565,
"uriType": "Download",
"expiration": "9999-12-31T23:59:59.9999999"
}