| gstreamermm
    1.8.0
    | 
Information for an audio format. More...
#include <gstreamermm/audioformat.h>
| Public Member Functions | |
| AudioFormatInfo (const GstAudioFormatInfo* m_info) | |
| GstAudioFormatInfo* | gobj () | 
| Gets the underlying gobject.  More... | |
| const GstAudioFormatInfo* | gobj () const | 
| Gets the underlying gobject.  More... | |
| AudioFormat | get_format () const | 
| void | set_format (const AudioFormat& value) | 
| std::string | get_name () const | 
| void | set_name (const std::string& value) | 
| std::string | get_description () const | 
| void | set_description (const std::string& value) | 
| AudioFormatFlags | get_flags () const | 
| void | set_flags (const AudioFormatFlags& value) | 
| int | get_endianness () const | 
| void | set_endianness (const int& value) | 
| int | get_width () const | 
| void | set_width (const int& value) | 
| int | get_depth () const | 
| void | set_depth (const int& value) | 
| AudioFormat | get_unpack_format () const | 
| void | set_unpack_format (const AudioFormat& value) | 
Information for an audio format.
Last reviewed on 2016-04-23 (1.8.0).
| Gst::AudioFormatInfo::AudioFormatInfo | ( | const GstAudioFormatInfo * | m_info | ) | 
| int Gst::AudioFormatInfo::get_depth | ( | ) | const | 
| std::string Gst::AudioFormatInfo::get_description | ( | ) | const | 
| int Gst::AudioFormatInfo::get_endianness | ( | ) | const | 
| AudioFormatFlags Gst::AudioFormatInfo::get_flags | ( | ) | const | 
| AudioFormat Gst::AudioFormatInfo::get_format | ( | ) | const | 
| std::string Gst::AudioFormatInfo::get_name | ( | ) | const | 
| AudioFormat Gst::AudioFormatInfo::get_unpack_format | ( | ) | const | 
| int Gst::AudioFormatInfo::get_width | ( | ) | const | 
| 
 | inline | 
Gets the underlying gobject.
| 
 | inline | 
Gets the underlying gobject.
| void Gst::AudioFormatInfo::set_depth | ( | const int & | value | ) | 
| void Gst::AudioFormatInfo::set_description | ( | const std::string & | value | ) | 
| void Gst::AudioFormatInfo::set_endianness | ( | const int & | value | ) | 
| void Gst::AudioFormatInfo::set_flags | ( | const AudioFormatFlags& | value | ) | 
| void Gst::AudioFormatInfo::set_format | ( | const AudioFormat& | value | ) | 
| void Gst::AudioFormatInfo::set_name | ( | const std::string & | value | ) | 
| void Gst::AudioFormatInfo::set_unpack_format | ( | const AudioFormat& | value | ) | 
| void Gst::AudioFormatInfo::set_width | ( | const int & | value | ) | 
 1.8.12
 1.8.12