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.
    
    Properties 
    
        
            
     
    
        public  album:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:230 
            
         
    
 
    The audio's album name.
    
    
 
        
    
        
            
     
    
        public  album_artist:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:234 
            
         
    
 
    The artist name of the audio's album.
    
    
 
        
    
        
            
     
    
        public  artist:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:226 
            
         
    
 
    The audio's artist name.
    
    
 
        
    
        
            
     
    
        public  comments_count:  number  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:193 
            
         
    
 
    The number of comments associated with the audio.
    
    
 
        
    
        
            
     
    
        public  comments_enabled:  boolean  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:198 
            
         
    
 
    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  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:254 
            
         
    
 
    The time, in ISO 8601 format, at which the audio was created.
    
    
 
        
    
        
            
     
    
        public  description:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:177 
            
         
    
 
    A description of the audio, or null if no description is specified.
    
    
 
        
    
        
            
     
    
        public  duration:  number  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:242 
            
         
    
 
    The audio's playing time, in milliseconds.
    
    
 
        
    
        
            
     
    
        
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:169 
            
         
    
 
    Info about the user who uploaded the audio.
    
    
 
        
    
        
            
     
    
        public  genre:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:238 
            
         
    
 
    The audio's genre.
    
    
 
        
    
        
            
     
    
        public  id:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:165 
            
         
    
 
    The Audio object's ID.
    
    
 
        
    
        
            
     
    
        public  is_embeddable:  boolean  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:203 
            
         
    
 
    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  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:214 
            
         
    
 
    A URL to view the item on SkyDrive.
    
    
 
        
    
        
            
     
    
        public  name:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:173 
            
         
    
 
    The name of the audio.
    
    
 
        
    
        
            
     
    
        public  parent_id:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:181 
            
         
    
 
    The id of the folder in which the audio is currently stored.
    
    
 
        
    
        
            
     
    
        public  picture:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:246 
            
         
    
 
    A URL to view the audio's picture on SkyDrive.
    
    
 
        
    
        
            
     
    
        
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:250 
            
         
    
 
    The object that contains permission info.
    
    
 
        
    
        
            
     
    
        public  size:  number  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:185 
            
         
    
 
    The size, in bytes, of the audio.
    
    
 
        
    
        
            
     
    
        public  source:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:210 
            
         
    
 
    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  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:222 
            
         
    
 
    The audio's title.
    
    
 
        
    
        
            
     
    
        public  type:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:218 
            
         
    
 
    The type of object; in this case, "audio".
    
    
 
        
    
        
            
     
    
        public  updated_time:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:258 
            
         
    
 
    The time, in ISO 8601 format, at which the audio was last updated.
    
    
 
        
    
        
            
     
    
        public  upload_location:  string  
    
    
    
        
            
                Defined in oft-live-connect/microsoft-live-connect.d.ts:189 
            
         
    
 
    The URL to use to upload a new audio to overwrite the existing audio.