Class SimSoundProcessing
Inheritance
System.Object
System.MarshalByRefObject
SimSoundProcessing
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 SimSoundProcessing : NXObject, IMessageSink, INXObject
Constructors
SimSoundProcessing()
Declaration
protected SimSoundProcessing()
Properties
ImpulseResponses
Declaration
public SimSoundProcessingImpulseResponsesCollection ImpulseResponses { get; }
Property Value
Type | Description |
---|---|
SimSoundProcessingImpulseResponsesCollection |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sources
Declaration
public SimSoundProcessingSourcesCollection Sources { get; }
Property Value
Type | Description |
---|---|
SimSoundProcessingSourcesCollection |
Tracks
Declaration
public SimSoundProcessingTracksCollection Tracks { get; }
Property Value
Type | Description |
---|---|
SimSoundProcessingTracksCollection |
Treatments
Declaration
public SimSoundProcessingTreatmentsCollection Treatments { get; }
Property Value
Type | Description |
---|---|
SimSoundProcessingTreatmentsCollection |
Methods
Play(Boolean)
Declaration
public void Play(bool loop)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | loop |
Plot(Int32, Int32)
Declaration
public void Plot(int deviceIndex, int viewportIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | deviceIndex | |
System.Int32 | viewportIndex |
Save(String)
Declaration
public void Save(string fileName)
Parameters
Type | Name | Description |
---|---|---|
System.String | fileName |
Stop()
Declaration
public void Stop()
Implements
System.Runtime.Remoting.Messaging.IMessageSink