PHP FFMpeg API
Interface

FFMpeg\Format\Audio\ResamplableAudio

interface ResamplableAudio implements Audio

The resamplable audio interface

This provide a method to define the AudiosampleRate

Methods

string getAudioCodec()

Returns the audio codec

from Audio
integer getKiloBitrate()

Get the kiloBitrate value

from Audio
integer getAudioSampleRate()

Get the audio sample rate

Details

in Audio at line 27
public string getAudioCodec()

Returns the audio codec

Return Value

string

in Audio at line 34
public integer getKiloBitrate()

Get the kiloBitrate value

Return Value

integer

at line 31
public integer getAudioSampleRate()

Get the audio sample rate

Return Value

integer