parent root
PHP: KTaglib_MPEG_File - Manual
PHP 7.2.23 Release Announcement

The KTaglib_MPEG_File class

(0.0.1)

Introduction

Represents an MPEG file. MPEG files can have ID3v1, ID3v2 tags and audio properties.

Class synopsis

KTaglib_MPEG_File {
/* Methods */
public getID3v1Tag ([ bool $create = FALSE ] ) : KTaglib_ID3v1_Tag
public getID3v2Tag ([ bool $create = FALSE ] ) : KTaglib_ID3v2_Tag
}

Table of Contents

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root