getResourceName static method

ResourceName getResourceName(
  1. String name
)

Get the ResourceName for this AudioOut with the given name

Implementation

static ResourceName getResourceName(String name) {
  return AudioOut.subtype.getResourceName(name);
}