taglib-ts
Preparing search index...
matroska/matroskaTag
AttachedFile
Interface AttachedFile
Represents an attached file stored in a Matroska Attachments element.
interface
AttachedFile
{
data
:
ByteVector
;
description
:
string
;
fileName
:
string
;
mediaType
:
string
;
uid
:
number
;
}
Index
Properties
data
description
file
Name
media
Type
uid
Properties
data
data
:
ByteVector
description
description
:
string
file
Name
fileName
:
string
media
Type
mediaType
:
string
uid
uid
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
description
file
Name
media
Type
uid
taglib-ts
Loading...
Represents an attached file stored in a Matroska Attachments element.