Home
last modified time | relevance | path

Searched refs:eAudioCompressionType (Results 1 – 4 of 4) sorted by relevance

/dports/audio/jamulus/jamulus-r3_8_1/src/
H A Dchannel.cpp157 …SetAudioStreamProperties ( eAudioCompressionType, iCeltNumCodedBytes, iNetwFrameSizeFact, iNumAudi… in OnVersionAndOSReceived()
177 eAudioCompressionType = eNewAudComprType; in SetAudioStreamProperties()
193 if ( eAudioCompressionType == CT_OPUS ) in SetAudioStreamProperties()
205 …SockBuf.SetUseDoubleSystemFrameSize ( eAudioCompressionType == CT_OPUS ); // NOTE must be set BEFO… in SetAudioStreamProperties()
418 eAudioCompressionType = NetworkTransportProps.eAudioCodingType; in OnNetTranspPropsReceived()
435 if ( eAudioCompressionType == CT_OPUS ) in OnNetTranspPropsReceived()
454 …SockBuf.SetUseDoubleSystemFrameSize ( eAudioCompressionType == CT_OPUS ); // NOTE must be set BEFO… in OnNetTranspPropsReceived()
499 eAudioCompressionType, in GetNetworkTransportPropsFromCurrentSettings()
H A Dchannel.h140 EAudComprType GetAudioCompressionType() { return eAudioCompressionType; } in GetAudioCompressionType()
180 eAudioCompressionType = CT_NONE; in ResetNetworkTransportProperties()
225 EAudComprType eAudioCompressionType; variable
H A Dclient.cpp41 eAudioCompressionType ( CT_OPUS ), in CClient()
829 eAudioCompressionType = CT_OPUS64; in Init()
834 eAudioCompressionType = CT_OPUS; in Init()
841 eAudioCompressionType = CT_OPUS64; in Init()
847 eAudioCompressionType = CT_OPUS; in Init()
852 if ( eAudioCompressionType == CT_OPUS ) in Init()
953 …Channel.SetAudioStreamProperties ( eAudioCompressionType, iCeltNumCodedBytes, iSndCrdFrameSizeFact… in Init()
H A Dclient.h306 EAudComprType eAudioCompressionType; variable