Octra libraries - v2.0.0
Preparing search index...
@octra/web-media
AudioFileInfoSerialized
Interface AudioFileInfoSerialized
interface
AudioFileInfoSerialized
{
attributes
?:
any
;
audioBufferInfo
?:
{
sampleRate
:
number
;
samples
:
number
}
;
bitsPerSecond
:
number
;
channels
:
number
;
content
?:
string
;
duration
:
number
;
fullname
:
string
;
hash
?:
string
;
online
?:
boolean
;
sampleRate
:
number
;
size
:
number
;
type
:
string
;
url
?:
string
;
}
Hierarchy (
View Summary
)
FileInfoSerialized
AudioFileInfoSerialized
Index
Properties
attributes?
audio
Buffer
Info?
bits
Per
Second
channels
content?
duration
fullname
hash?
online?
sample
Rate
size
type
url?
Properties
Optional
attributes
attributes
?:
any
Optional
audio
Buffer
Info
audioBufferInfo
?:
{
sampleRate
:
number
;
samples
:
number
}
bits
Per
Second
bitsPerSecond
:
number
channels
channels
:
number
Optional
content
content
?:
string
duration
duration
:
number
fullname
fullname
:
string
Optional
hash
hash
?:
string
Optional
online
online
?:
boolean
sample
Rate
sampleRate
:
number
size
size
:
number
type
type
:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attributes
audio
Buffer
Info
bits
Per
Second
channels
content
duration
fullname
hash
online
sample
Rate
size
type
url
Octra libraries - v2.0.0
Loading...