preload method

Audio preload(
  1. String p
)

Implementation

Audio preload(String p) {
  attr('preload', StringAttribute(p));
  return this;
}