public interface

Id3Decoder.FramePredicate

 androidx.media3.extractor.metadata.id3.Id3Decoder.FramePredicate

Overview

A predicate for determining whether individual frames should be decoded.

Summary

Methods
public booleanevaluate(int majorVersion, int id0, int id1, int id2, int id3)

Returns whether a frame with the specified parameters should be decoded.

Methods

public boolean evaluate(int majorVersion, int id0, int id1, int id2, int id3)

Returns whether a frame with the specified parameters should be decoded.

Parameters:

majorVersion: The major version of the ID3 tag.
id0: The first byte of the frame ID.
id1: The second byte of the frame ID.
id2: The third byte of the frame ID.
id3: The fourth byte of the frame ID.

Returns:

Whether the frame should be decoded.