ReverbEffectDefinition.ReflectionsDelay 属性

定义

获取或设置混响效果定义中包含的反射延迟。

public:
 property unsigned int ReflectionsDelay { unsigned int get(); void set(unsigned int value); };
uint32_t ReflectionsDelay();

void ReflectionsDelay(uint32_t value);
public uint ReflectionsDelay { get; set; }
var uInt32 = reverbEffectDefinition.reflectionsDelay;
reverbEffectDefinition.reflectionsDelay = uInt32;
Public Property ReflectionsDelay As UInteger

属性值

UInt32

unsigned int

uint32_t

反射延迟值。

适用于