Nullable<RealtimeContext> A nullable RealtimeContext. This might hold no value in cases where audio is temporarily bypassed on the device, or similar. You should only Manual.EndMix if there's a non-null return from this function.
Begin a mix.
"Mixes" in Unity span a period of time where you can issue processing calls. They must be ended in pairs with a call to Manual.EndMix.