Search Results for

    Show / Hide Table of Contents

    Class SimSoundProcessingAudioSourceBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    SimSoundProcessingSourceBuilder
    SimSoundProcessingAudioSourceBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    SimSoundProcessingSourceBuilder.Name
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public class SimSoundProcessingAudioSourceBuilder : SimSoundProcessingSourceBuilder, IMessageSink, IComponentBuilder

    Constructors

    SimSoundProcessingAudioSourceBuilder()

    Declaration
    protected SimSoundProcessingAudioSourceBuilder()

    Properties

    EnableNormalization

    Declaration
    public bool EnableNormalization { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableWavUpperTimeLimit

    Declaration
    public bool EnableWavUpperTimeLimit { get; set; }
    Property Value
    Type Description
    System.Boolean

    FileName

    Declaration
    public string FileName { get; set; }
    Property Value
    Type Description
    System.String

    NormalizationValue

    Declaration
    public int NormalizationValue { get; set; }
    Property Value
    Type Description
    System.Int32

    RmsNormalization

    Declaration
    public bool RmsNormalization { get; set; }
    Property Value
    Type Description
    System.Boolean

    WavUpperTimeLimit

    Declaration
    public Expression WavUpperTimeLimit { get; }
    Property Value
    Type Description
    Expression

    Methods

    Play(Boolean)

    Declaration
    public void Play(bool playInLoop)
    Parameters
    Type Name Description
    System.Boolean playInLoop

    Plot(Int32, Int32)

    Declaration
    public void Plot(int deviceIndex, int viewportIndex)
    Parameters
    Type Name Description
    System.Int32 deviceIndex
    System.Int32 viewportIndex

    Stop()

    Declaration
    public void Stop()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX