AudioItem
        
        Object Hierarchy:
         
      
        Description:
        public class AudioItem : 
MediaFileItem
         
        
          Represents an audio item contained in a file.
         
        
        
        
        Content:
        Constants:
        
        Properties:
        
          - public string album { get; set; }
            
            
             
- public int bitrate { get; set; }
            
            The bitrate of the source content (this.uri) in bytes/second. A value 
                of -1 means the bitrate is unknown
             
- public int bits_per_sample { get; set; }
            
            The bits per sample of the source content (this.uri). A value of -1 
                means the bits per sample is unknown
             
- public int channels { get; set; }
            
            The number of audio channels in the source content (this.uri). A value
                of -1 means the number of channels is unknown
             
- public long duration { get; set; }
            
            The duration of the source content (this.uri) in seconds. A value of -
                1 means the duration is unknown
             
- public int sample_freq { get; set; }
            
            The sample frequency of the source content (this.uri) in Hz. A value 
                of -1 means the sample frequency is unknown
             
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
          
            
              
                - @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
 
            
              
                - get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
 
            
              
                - replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref