Click or drag to resize
WaveCallbackStrategy Enumeration

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public enum WaveCallbackStrategy
Members
  Member nameValueDescription
FunctionCallback0 Use a function
NewWindow1 Create a new window (should only be done if on GUI thread)
ExistingWindow2 Use an existing window handle
Event3 Use an event handle
See Also