|
void | Read (std::istream &ChannelStream) |
| Read channels from a stream. More...
|
|
void | Read (boost::filesystem::path const &Filename) |
| Read channels from file. More...
|
|
void | Read (std::istream &ChannelStream) |
| Read channels from a stream. More...
|
|
void | Read (boost::filesystem::path const &Filename) |
| Read channels from file. More...
|
|
void | Read (std::istream &ChannelStream) |
| Read channels from a stream. More...
|
|
void | Read (boost::filesystem::path const &Filename) |
| Read channels from file. More...
|
|
template<typename ChannelFunctor_Type>
struct FrameAPI::channel_name_file_type< ChannelFunctor_Type >
Read channels from an input source.
# Original syntax
# <channel_name>[ <resampling>[ <new_channel_name>]]
H1:CHANNEL_1
H1:CHANNEL_2 4
H1:CHANNEL_3 4 H1:CHANNEL_3_AR
# New syntax
# <channel_name>[!<resampling>[=<new_channel_name>]]
H1:CHANNEL_4!16
H1:CHANNEL_5!4=H1:CHANNEL_5_AR