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 TypeClassDescriptionclass
A Tag represents the contents or payload of a FLV file.Methods in org.red5.io.flv.impl that return ITagModifier and TypeMethodDescriptionprivate ITag
FLVReader.createFileMeta()
Create tag for metadata event.FLVReader.readTag()
Returns a Tag objectprivate ITag
FLVReader.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 ITag
MetaService.injectMetaCue
(IMetaCue meta, ITag tag) Injects metadata (Cue Points) into a tagprivate static ITag
MetaService.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 ITag
MetaService.injectMetaCue
(IMetaCue meta, ITag tag) Injects metadata (Cue Points) into a tagprivate static ITag
MetaService.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 TypeClassDescriptionclass
An ImmutableTag represents immutable encapsulation of flash media data.Fields in org.red5.server.stream.consumer declared as ITagModifier and TypeFieldDescriptionprivate ITag
FileConsumer.audioConfigurationTag
Audio decoder configuration(package private) ITag
FileConsumer.QueuedData.tag
private ITag
FileConsumer.videoConfigurationTag
Video decoder configurationMethods in org.red5.server.stream.consumer that return ITag