Home
last modified time | relevance | path

Searched refs:the_Properties (Results 1 - 2 of 2) sorted by relevance

/third_party/lame/ACM/
H A DACMStream.cpp124 bool ACMStream::open(const AEncodeProperties & the_Properties) in open() argument
142 lame_set_mode( gfp, (MPEG_mode_e)the_Properties.GetChannelModeValue()) ; /// \todo Get the mode from the default configuration in open()
174 lame_set_copyright( gfp, the_Properties.GetCopyrightMode()?1:0 ); in open()
176 lame_set_original( gfp, the_Properties.GetOriginalMode()?1:0 ); in open()
178 lame_set_error_protection( gfp, the_Properties.GetCRCMode()?1:0 ); in open()
180 lame_set_extension( gfp, the_Properties.GetPrivateMode()?1:0 ); in open()
H A DACMStream.h58 bool open(const AEncodeProperties & the_Properties);

Completed in 1 milliseconds