@byomakase/omakase-player
Preparing search index...
AudioState
Interface AudioState
Serializable snapshot of an audio
Track
.
interface
AudioState
{
audioCodec
:
string
|
undefined
;
audioType
:
AudioType
;
channels
:
number
|
undefined
;
duration
:
number
|
undefined
;
id
:
string
;
label
:
string
|
undefined
;
loadStage
:
OpStageState
;
mediaType
:
MediaEntityType
;
relations
:
RelationState
[]
;
source
:
SourceState
|
undefined
;
sourceFileFormatType
?:
FileFormatType
;
trackType
:
TrackType
;
url
:
string
|
undefined
;
}
Hierarchy (
View Summary
)
TrackState
AudioState
Index
Properties
audio
Codec
audio
Type
channels
duration
id
label
load
Stage
media
Type
relations
source
source
File
Format
Type?
track
Type
url
Properties
audio
Codec
audioCodec
:
string
|
undefined
audio
Type
audioType
:
AudioType
channels
channels
:
number
|
undefined
duration
duration
:
number
|
undefined
id
id
:
string
label
label
:
string
|
undefined
load
Stage
loadStage
:
OpStageState
media
Type
mediaType
:
MediaEntityType
relations
relations
:
RelationState
[]
source
source
:
SourceState
|
undefined
Optional
source
File
Format
Type
sourceFileFormatType
?:
FileFormatType
track
Type
trackType
:
TrackType
url
url
:
string
|
undefined
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
audio
Codec
audio
Type
channels
duration
id
label
load
Stage
media
Type
relations
source
source
File
Format
Type
track
Type
url
@byomakase/omakase-player
Loading...
Serializable snapshot of an audio Track.