namespace rail { public enum EnumRailVoiceCaptureChannel { kRailVoiceCaptureChannelMono = 0, kRailVoiceCaptureChannelStereo = 1 } }