#include <gstreamermm/mapinfo.h>
◆ MapInfo() [1/3]
      
        
          | Gst::MapInfo::MapInfo | ( |  | ) |  | 
      
 
 
◆ MapInfo() [2/3]
  
  | 
        
          | Gst::MapInfo::MapInfo | ( | const GstMapInfo & | castitem | ) |  |  | explicit | 
 
 
◆ MapInfo() [3/3]
      
        
          | Gst::MapInfo::MapInfo | ( | MapInfo&& | other | ) |  | 
      
 
 
◆ get_data() [1/2]
      
        
          | guint8* Gst::MapInfo::get_data | ( |  | ) |  | 
      
 
Get a pointer to the mapped data. 
 
 
◆ get_data() [2/2]
      
        
          | const guint8* Gst::MapInfo::get_data | ( |  | ) | const | 
      
 
 
◆ get_flags()
      
        
          | MapFlags Gst::MapInfo::get_flags | ( |  | ) | const | 
      
 
Get flags used when mapping the memory. 
 
 
◆ get_maxsize()
      
        
          | gsize Gst::MapInfo::get_maxsize | ( |  | ) | const | 
      
 
Get the maximum bytes in data. 
 
 
◆ get_memory() [1/2]
Get a Glib::RefPtr to the mapped memory. 
 
 
◆ get_memory() [2/2]
      
        
          | Glib::RefPtr<const Gst::Memory> Gst::MapInfo::get_memory | ( |  | ) | const | 
      
 
 
◆ get_size()
      
        
          | gsize Gst::MapInfo::get_size | ( |  | ) | const | 
      
 
Get the valid size in data. 
 
 
◆ gobj() [1/2]
  
  | 
        
          | GstMapInfo* Gst::MapInfo::gobj | ( |  | ) |  |  | inline | 
 
 
◆ gobj() [2/2]
  
  | 
        
          | const GstMapInfo* Gst::MapInfo::gobj | ( |  | ) | const |  | inline | 
 
 
◆ operator=()