Function: metadataValueProperty()
function metadataValueProperty(index: number): string;
Defined in: packages/player/src/properties.ts:267
The property that yields the value of the index-th metadata entry.
mpv 0.35.1 input.rst: "metadata/list/N/value — Value of the Nth
metadata entry."
Parameters
| Parameter | Type | Description |
|---|---|---|
index | number | 0-based entry index, < metadata/list/count. |
Returns
string