Link Search Menu Expand Document

Constructor: documentAttributeAudio_45

Back to constructors index

Represents an audio file

Attributes:

NameTypeRequiredDescription
durationintOptionalDuration in seconds
titlestringYesName of song
performerstringYesPerformer

Type: DocumentAttribute

Example:

$documentAttributeAudio_45 = ['_' => 'documentAttributeAudio', 'duration' => int, 'title' => 'string', 'performer' => 'string'];