AudioItem
        
        Object Hierarchy:
         
      
        Description:
        public class AudioItem : 
MediaFileItem
         
        
          Represents an audio item contained in a file.
         
        
          
          
          Content:
          Constants:
          
          Properties:
          
            - public long duration { set; get; }
              
              The duration of the source content (this.uri) in seconds. A value of
                  -1 means the duration is unknown
               
- public int bitrate { set; get; }
              
              The bitrate of the source content (this.uri) in bytes/second. A 
                  value of -1 means the bitrate is unknown
               
- public int sample_freq { set; get; }
              
              The sample frequency of the source content (this.uri) in Hz. A value
                  of -1 means the sample frequency is unknown
               
- public int bits_per_sample { set; get; }
              
              The bits per sample of the source content (this.uri). A value of -1 
                  means the bits per sample is unknown
               
- public int channels { set; get; }
              
              The number of audio channels in the source content (this.uri). A 
                  value of -1 means the number of channels is unknown
               
- public string album { set; get; }
              
              
               
Creation methods:
          
          Inherited Members:
          
            
              All known members inherited from class Rygel.MediaFileItem
              
               
              
             
            
              
                All known members inherited from class Rygel.MediaItem
                
                 
                
               
              
                
                  All known members inherited from class Rygel.MediaObject
                  
                   
                  
                 
                
                  
                    All known members inherited from class GLib.Object
                    
                     
                    
                      
                        
                          - @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
 
                      
                        
                          - @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
 
                      
                        
                          - freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count