共用方式為


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

反映延遲值。

適用於