Class SimSoundProcessingAudioSourceBuilder
Inheritance
SimSoundProcessingAudioSourceBuilder
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
EnableRepetition
Declaration
public bool EnableRepetition { get; set; }
Property Value
EnableTrimming
Declaration
public bool EnableTrimming { get; set; }
Property Value
FileName
Declaration
public string FileName { get; set; }
Property Value
NormalizationType
Declaration
public SimSoundProcessingAudioSourceBuilder.NormType NormalizationType { get; set; }
Property Value
NormalizationValue
Declaration
public int NormalizationValue { get; set; }
Property Value
RepetitionTimeLimit
Declaration
public Expression RepetitionTimeLimit { get; }
Property Value
RepetitionType
Declaration
public SimSoundProcessingAudioSourceBuilder.RepeatType RepetitionType { get; set; }
Property Value
TrimmingTime
Declaration
public Expression TrimmingTime { 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 playInLoop)
Parameters
Type |
Name |
Description |
bool |
playInLoop |
|
Plot(int, int)
Declaration
public void Plot(int deviceIndex, int viewportIndex)
Parameters
Type |
Name |
Description |
int |
deviceIndex |
|
int |
viewportIndex |
|
Stop()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink