Uses of Class
com.attribyte.parser.model.Audio
Packages that use Audio
-
Uses of Audio in com.attribyte.parser.model
Fields in com.attribyte.parser.model with type parameters of type AudioModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Audio> Entry.audiosThe immutable list of all audio streams.final com.google.common.collect.ImmutableList<Audio> Page.audiosAll audio streams found in the document.final com.google.common.collect.ImmutableList<Audio> Page.metaAudiosAll audio streams found in the metadata of the document.Entry.primaryAudioThe optional primary audio stream.Methods in com.attribyte.parser.model that return AudioModifier and TypeMethodDescriptionAudio.Builder.build()Builds an immutable audio stream.Entry.Builder.getPrimaryAudio()Gets the primary audio stream.Audio.withNewLink(String link) Creates a copy of this audio stream with a new link.Audio.withNewLink(String link, String mediaType) Creates a copy of this audio stream with a new link and type.Methods in com.attribyte.parser.model that return types with arguments of type AudioModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<Audio> Entry.Builder.getAudios()Gets an immutable list of audio streams.Methods in com.attribyte.parser.model with parameters of type AudioModifier and TypeMethodDescriptionAdds an audio stream.static Audio.BuilderCreates a builder from an existing audio stream.Entry.Builder.setPrimaryAudio(Audio primaryAudio) Sets the primary audio stream.Method parameters in com.attribyte.parser.model with type arguments of type AudioModifier and TypeMethodDescriptionSets the list of audio streams. -
Uses of Audio in com.attribyte.parser.page
Methods in com.attribyte.parser.page that return types with arguments of type AudioMethod parameters in com.attribyte.parser.page with type arguments of type Audio