Home
last modified time | relevance | path

Searched defs:VorbisComment (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/metadata/flac/
DVorbisComment.java26 public final class VorbisComment implements Metadata.Entry { class
38 public VorbisComment(String key, String value) { in VorbisComment() method in VorbisComment
43 /* package */ VorbisComment(Parcel in) { in VorbisComment() method in VorbisComment
/external/flac/include/FLAC++/
Dmetadata.h648 inline VorbisComment(const VorbisComment &object): Prototype(object) { } in VorbisComment() function
649 inline VorbisComment(const ::FLAC__StreamMetadata &object): Prototype(object) { } in VorbisComment() function
650 inline VorbisComment(const ::FLAC__StreamMetadata *object): Prototype(object) { } in VorbisComment() function
656 inline VorbisComment(::FLAC__StreamMetadata *object, bool copy): Prototype(object, copy) { } in VorbisComment() function
/external/flac/src/libFLAC++/
Dmetadata.cpp868 VorbisComment::VorbisComment(): in VorbisComment() function in FLAC::Metadata::VorbisComment