Search Results for

    Show / Hide Table of Contents

    Class SimSoundProcessingTools

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    SimSoundProcessingTools
    Implements
    IMessageSink
    Inherited Members
    NXRemotableObject.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class SimSoundProcessingTools : NXRemotableObject, IMessageSink

    Constructors

    SimSoundProcessingTools(Acoustics)

    Declaration
    protected SimSoundProcessingTools(Acoustics owner)
    Parameters
    Type Name Description
    Acoustics owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    SaveWavFile(string, WavBitDepth, bool, int, double[], double[])

    Declaration
    public void SaveWavFile(string fileName, SimSoundProcessingTools.WavBitDepth bitDepth, bool normalize, int sampleRate, double[] valuesLeft, double[] valuesRight)
    Parameters
    Type Name Description
    string fileName
    SimSoundProcessingTools.WavBitDepth bitDepth
    bool normalize
    int sampleRate
    double[] valuesLeft
    double[] valuesRight

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    In this article
    Back to top Generated by DocFX