Exemple #1
0
 public void setDecodeAlgoType(Mach1DecodeAlgoType type)
 {
     Mach1DecodeCAPI_setDecodeAlgoType(M1obj, type);
     /// Set the decoding algorithm
     ///
     /// - Parameters:
     ///     - Mach1DecodeAlgoSpatial = 0 (default spatial | 8 channels)
     ///     - Mach1DecodeAlgoAltSpatial = 1 (periphonic spatial | 8 channels)
     ///     - Mach1DecodeAlgoHorizon = 2 (compass / yaw | 4 channels)
     ///     - Mach1DecodeAlgoHorizonPairs = 3 (compass / yaw | 4x stereo mastered pairs)
     ///     - Mach1DecodeAlgoSpatialPairs = 4 (experimental periphonic pairs | 8x stereo mastered pairs)
 }
Exemple #2
0
 internal static extern void Mach1DecodeCAPI_setDecodeAlgoType(IntPtr M1obj, Mach1DecodeAlgoType type);