Interface IAudio

The Audio object contains info about a user's audio in SkyDrive. The Live Connect REST API supports creating, reading, updating, and deleting Audio objects. Use the wl.skydrive scope to read Audio objects. Use the wl.contacts_skydrive scope to read any audio that other users have shared with the user. Use the wl.skydrive_update scope to create, update, or delete Audio objects.

Index

Properties

Properties

public album: string

The audio's album name.

public album_artist: string

The artist name of the audio's album.

public artist: string

The audio's artist name.

public comments_count: number

The number of comments associated with the audio.

public comments_enabled: boolean

A value that indicates whether comments are enabled for the audio. 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 audio was created.

public description: string

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

public duration: number

The audio's playing time, in milliseconds.

public from: IUserInfo

Info about the user who uploaded the audio.

public genre: string

The audio's genre.

public id: string

The Audio object's ID.

public is_embeddable: boolean

A value that indicates whether this audio can be embedded. If this audio can be embedded, this value is true; otherwise, it is false.

public link: string

A URL to view the item on SkyDrive.

public name: string

The name of the audio.

public parent_id: string

The id of the folder in which the audio is currently stored.

public picture: string

A URL to view the audio's picture on SkyDrive.

public shared_with: ISharedWith

The object that contains permission info.

public size: number

The size, in bytes, of the audio.

public source: string

The URL to use to download the audio from SkyDrive. Warning This value is not persistent. Use it immediately after making the request, and avoid caching.

public title: string

The audio's title.

public type: string

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

public updated_time: string

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

public upload_location: string

The URL to use to upload a new audio to overwrite the existing audio.