Definition at line 44 of file service-maker/includes/mediainfo.hpp.


Public Member Functions | |
| AudioStreamInfo ()=default | |
| AudioStreamInfo (const AudioStreamInfo &)=default | |
| AudioStreamInfo (AudioStreamInfo &&) noexcept=default | |
| AudioStreamInfo & | operator= (const AudioStreamInfo &)=default |
| AudioStreamInfo & | operator= (AudioStreamInfo &&) noexcept=default |
| AudioStreamInfo ()=default | |
| AudioStreamInfo (const AudioStreamInfo &)=default | |
| AudioStreamInfo (AudioStreamInfo &&) noexcept=default | |
| AudioStreamInfo & | operator= (const AudioStreamInfo &)=default |
| AudioStreamInfo & | operator= (AudioStreamInfo &&) noexcept=default |
Data Fields | |
| unsigned int | channels |
| unsigned int | sampling_rate |
| std::string | codec |
|
default |
|
default |
|
defaultnoexcept |
|
default |
|
default |
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
default |
|
default |
| unsigned int deepstream::AudioStreamInfo::channels |
Definition at line 45 of file service-maker/includes/mediainfo.hpp.
|
inherited |
Definition at line 34 of file service-maker/includes/mediainfo.hpp.
| unsigned int deepstream::AudioStreamInfo::sampling_rate |
Definition at line 46 of file service-maker/includes/mediainfo.hpp.