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
- new_valist
- newv
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- freeze_notify
- @get
 
            
              
                - get_class
- get_data
- get_property
- get_qdata
- get_type
- notify_property
- @ref
- ref_sink
- replace_data
- replace_qdata
- remove_toggle_ref
- remove_weak_pointer
- @set
 
            
              
                - set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- steal_data
- steal_qdata
- thaw_notify
- unref
- weak_ref
- weak_unref
- notify
- ref_count