Class SimSoundProcessingAudioSourceBuilder
Inheritance
System.Object
System.MarshalByRefObject
SimSoundProcessingAudioSourceBuilder
Inherited Members
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