OutputDeviceNode constructor

OutputDeviceNode(
  1. int audioFlags
)

Implementation

OutputDeviceNode(int audioFlags) {
  this.audioFlags = audioFlags;
}