ID3V2PlayCounterFrame

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage, com.groupdocs.metadata.core.ID3V2TagFrame

public final class ID3V2PlayCounterFrame extends ID3V2TagFrame

Represents a PCNT frame in an ID3V2Tag . This is simply a counter of the number of times a file has been played.

Learn more

Methods

Method Description
getValue() Gets the number of times the file has been played.

getValue()

public final long getValue()

Gets the number of times the file has been played.

Returns: long - The number of times the file has been played.