Class SimSoundProcessing
Inheritance
SimSoundProcessing
Assembly: NXOpen.dll
Syntax
public class SimSoundProcessing : NXObject, IMessageSink, INXObject
Constructors
SimSoundProcessing()
Declaration
protected SimSoundProcessing()
Properties
EnableSingleTrackMode
Declaration
public bool EnableSingleTrackMode { get; set; }
Property Value
Gain
Declaration
public double Gain { get; set; }
Property Value
ImpulseResponses
Declaration
[Obsolete("Deprecated in NX2306.0.0. Use NXOpen.CAE.SimSoundProcessing.Transfers instead.")]
public SimSoundProcessingImpulseResponsesCollection ImpulseResponses { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Settings
Declaration
public SimSoundProcessingSettings Settings { get; }
Property Value
Sources
Declaration
public SimSoundProcessingSourcesCollection Sources { get; }
Property Value
Tracks
Declaration
public SimSoundProcessingTracksCollection Tracks { get; }
Property Value
Transfers
Declaration
public SimSoundProcessingTransfersCollection Transfers { get; }
Property Value
Treatments
Declaration
public SimSoundProcessingTreatmentsCollection Treatments { get; }
Property Value
Methods
Overlay(int, int)
Declaration
public void Overlay(int deviceIndex, int viewportIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewportIndex |
|
Play(bool)
Declaration
public void Play(bool loop)
Parameters
Type |
Name |
Description |
bool |
loop |
|
PlayFrom(bool, double)
Declaration
public void PlayFrom(bool loop, double startTime)
Parameters
PlayInterval(bool, double, double)
Declaration
public void PlayInterval(bool loop, double startTime, double endTime)
Parameters
Plot(int, int)
Declaration
public void Plot(int deviceIndex, int viewportIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewportIndex |
|
Process()
Declaration
public SimSoundProcessingResult Process()
Returns
Save(string)
Declaration
public void Save(string fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
SettingsBuilder()
Declaration
public SimSoundProcessingSettingsBuilder SettingsBuilder()
Returns
Stop()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink