Searched refs:VOICE_PRIORITY_USE (Results 1 – 2 of 2) sorted by relevance
103 static const u32 VOICE_PRIORITY_USE = 16; // Voiceクラスが使用するプライオリティ variable104 static const u32 VOICE_PRIORITY_ALLOC = VOICE_PRIORITY_USE + 1;106 static const u32 VOICE_PRIORITY_RELEASE = VOICE_PRIORITY_USE - 1;
313 ( priority == PRIORITY_NODROP ) ? VOICE_PRIORITY_NODROP : VOICE_PRIORITY_USE; in Alloc()1540 pChannel->SetPriority( VOICE_PRIORITY_USE ); in UpdateVoicesPriority()