The Video object contains info about a user's videos on SkyDrive. The
Live Connect REST API supports creating, reading, updating, and deleting
Video objects. Use the wl.photos scope to read Video objects. Use the
wl.contacts_photos scope to read albums, photos, and videos that other
users have shared with the user. Use the wl.skydrive_update scope to
create, update, or delete Video objects.
Properties
public bitrate: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1545
The bit rate, in bits per second, of the video.
public comments_count: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1491
The number of comments that are associated with the video.
public comments_enabled: boolean
Defined in oft-live-connect/microsoft-live-connect.d.ts:1496
A value that indicates whether comments are enabled for the video. If
comments can be made, this value is true; otherwise, it is false.
public created_time: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1557
The time, in ISO 8601 format, at which the video was created.
public description: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1479
A description of the video, or null if no description is specified.
public duration: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1541
The duration, in milliseconds, of the video run time.
Defined in oft-live-connect/microsoft-live-connect.d.ts:1471
Info about the user who uploaded the video.
public height: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1533
The height, in pixels, of the video.
public id: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1467
The Video object's ID.
public is_embeddable: boolean
Defined in oft-live-connect/microsoft-live-connect.d.ts:1510
A value that indicates whether this video can be embedded. If this
video can be embedded, this value is true; otherwise, it is false.
public link: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1529
A URL of the video, hosted in SkyDrive.
public name: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1475
The file name of the video.
public parent_id: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1483
The id of the folder where the item is stored.
public picture: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1514
A URL of a picture that represents the video.
Defined in oft-live-connect/microsoft-live-connect.d.ts:1553
The object that contains permission info.
public size: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1487
The size, in bytes, of the video.
public source: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1520
The download URL for the video.
Warning: This value is not persistent. Use it immediately after
making the request, and avoid caching.
public tags_count: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1500
The number of tags on the video.
public tags_enabled: boolean
Defined in oft-live-connect/microsoft-live-connect.d.ts:1505
A value that indicates whether tags are enabled for the video. If
tags can be set, this value is true; otherwise, it is false.
public type: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1549
The type of object; in this case, "video".
public updated_time: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1561
The time, in ISO 8601 format, at which the video was last updated.
public upload_location: string
Defined in oft-live-connect/microsoft-live-connect.d.ts:1525
The URL to upload video content, hosted in SkyDrive. This value is
returned only if the wl.skydrive scope is present.
public width: number
Defined in oft-live-connect/microsoft-live-connect.d.ts:1537
The width, in pixels, of the video.