Interface IVideo

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.

Index

Properties

Properties

public bitrate: number

The bit rate, in bits per second, of the video.

public comments_count: number

The number of comments that are associated with the video.

public comments_enabled: boolean

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

The time, in ISO 8601 format, at which the video was created.

public description: string

A description of the video, or null if no description is specified.

public duration: number

The duration, in milliseconds, of the video run time.

public from: IUserInfo

Info about the user who uploaded the video.

public height: number

The height, in pixels, of the video.

public id: string

The Video object's ID.

public is_embeddable: boolean

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

A URL of the video, hosted in SkyDrive.

public name: string

The file name of the video.

public parent_id: string

The id of the folder where the item is stored.

public picture: string

A URL of a picture that represents the video.

public shared_with: ISharedWith

The object that contains permission info.

public size: number

The size, in bytes, of the video.

public source: string

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

The number of tags on the video.

public tags_enabled: boolean

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

The type of object; in this case, "video".

public updated_time: string

The time, in ISO 8601 format, at which the video was last updated.

public upload_location: string

The URL to upload video content, hosted in SkyDrive. This value is returned only if the wl.skydrive scope is present.

public width: number

The width, in pixels, of the video.