PHP Velho Oeste 2024

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 note add a note

User Contributed Notes

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