AudioMedia
extends Audio
in package
uses
RebuildsCommands
Table of Contents
Methods
- make() : self
- Create a new instance of this class with the instance of the underlying library.
- buildCommand() : array<string|int, mixed>
- Builds the command using the underlying library and then prepends the input with the headers.
- rebuildCommandWithHeaders() : mixed
Methods
make()
Create a new instance of this class with the instance of the underlying library.
public
static make(Audio $audio) : self
Parameters
- $audio : Audio
Return values
selfbuildCommand()
Builds the command using the underlying library and then prepends the input with the headers.
protected
buildCommand(FormatInterface $format, string $outputPathfile) : array<string|int, mixed>
Parameters
- $format : FormatInterface
- $outputPathfile : string
Return values
array<string|int, mixed>rebuildCommandWithHeaders()
private
rebuildCommandWithHeaders(mixed $command) : mixed
Parameters
- $command : mixed