Options
All
  • Public
  • Public/Protected
  • All
Menu

The options available while trying to play an audio resource.

Hierarchy

  • PlayOptions

Index

Properties

Optional streamType

streamType?: StreamType

Type of input stream - {@link StreamType}.

If not specified, StreamType.Arbitrary will be used else the specified stream type.

Optional volume

volume?: number

Percentage of volume to set (0 to 100).

remarks

If not specified, the resource will be created with inline volume off, else the resource gets created with inline volume on and then the volume of the resource gets set to the value provided.

Generated using TypeDoc