Uses of Interface
org.red5.io.ITag
Packages that use ITag
Package
Description
-
Uses of ITag in org.red5.io
Methods in org.red5.io that return ITagMethods in org.red5.io with parameters of type ITag -
Uses of ITag in org.red5.io.flv.impl
Classes in org.red5.io.flv.impl that implement ITagModifier and TypeClassDescriptionclassA Tag represents the contents or payload of a FLV file.Methods in org.red5.io.flv.impl that return ITagModifier and TypeMethodDescriptionprivate ITagFLVReader.createFileMeta()Create tag for metadata event.FLVReader.readTag()Returns a Tag objectprivate ITagFLVReader.readTagHeader()Read only header part of a tag.Methods in org.red5.io.flv.impl with parameters of type ITag -
Uses of ITag in org.red5.io.flv.meta
Methods in org.red5.io.flv.meta that return ITagModifier and TypeMethodDescriptionprivate static ITagMetaService.injectMetaCue(IMetaCue meta, ITag tag) Injects metadata (Cue Points) into a tagprivate static ITagMetaService.injectMetaData(IMetaData<?, ?> meta, ITag tag) Injects metadata (other than Cue points) into a tagMethods in org.red5.io.flv.meta with parameters of type ITagModifier and TypeMethodDescriptionprivate static ITagMetaService.injectMetaCue(IMetaCue meta, ITag tag) Injects metadata (Cue Points) into a tagprivate static ITagMetaService.injectMetaData(IMetaData<?, ?> meta, ITag tag) Injects metadata (other than Cue points) into a tag -
Uses of ITag in org.red5.server.stream.consumer
Classes in org.red5.server.stream.consumer that implement ITagModifier and TypeClassDescriptionclassAn ImmutableTag represents immutable encapsulation of flash media data.Fields in org.red5.server.stream.consumer declared as ITagModifier and TypeFieldDescriptionprivate ITagFileConsumer.audioConfigurationTagAudio decoder configuration(package private) ITagFileConsumer.QueuedData.tagprivate ITagFileConsumer.videoConfigurationTagVideo decoder configurationMethods in org.red5.server.stream.consumer that return ITag