|
ADTF
|
Use this Stream Meta Type for describing a audio stream with samples and sample rate. More...
#include <streammetatypeaudio.h>
Static Public Member Functions | |
| static void | SetProperties (const adtf::ucom::iobject_ptr< adtf::base::IProperties > &pProperties) |
Static Public Attributes | |
| static constexpr const tChar *const | MetaTypeName = "adtf/audio" |
| StreamMetaTypeName for audiotype (audio stream). | |
| static constexpr const tChar *const | FormatName = "format_name" |
| Name for the Property of the format name. | |
| static constexpr const tChar *const | ChannelCount = "channel_count" |
| Name for the Property for the amount of channels. | |
| static constexpr const tChar *const | SampleRateHz = "sample_rate_hz" |
| Name for the Property for the sample rate in hz. | |
| static constexpr const tChar *const | BitsPerSample = "bits_per_sample" |
| Name for the Property for number of bits per sample. | |
| static constexpr const tChar *const | SampleCount = "sample_count" |
| Name for the Property for number of samples. | |
Use this Stream Meta Type for describing a audio stream with samples and sample rate.
Concept template to create the "adtf/audio" Stream Meta Type for the generator template stream_meta_type.
|
inlinestatic |
Sets the default properties to the given pProperties.
| pProperties | The properties where to set the default properties to |
|
staticconstexpr |
Name for the Property for number of bits per sample.
Name for the Property for number of bits per sample.
|
staticconstexpr |
Name for the Property for the amount of channels.
Name for the Property for the amount of channels.
|
staticconstexpr |
Name for the Property of the format name.
Name for the Property of the format name.
|
staticconstexpr |
Name for the Property for number of samples.
Name for the Property for number of samples
|
staticconstexpr |
Name for the Property for the sample rate in hz.
Name for the Property for the sample rate in hz.