Forum: Windows
Here is a forum space for SDK: Windows.Please refer to below code. uint32_t mediaProfileID; if (quality == LOW) mediaProfileID = 0x21111031; else if (quality == MEDIUM) mediaProfileID = 0x21211031; else if (quality == HIGH) mediaProfileID = 0x21321031; pttChannel_->setLockMediaProfileID(mediaProfileID); pttChannel_->lockNormalChannel(); Regards. ProPTT2 Sep 22 '20 at 14:21 (GMT0) created by ProPTT2 dev | |