Uses of Interface
org.red5.io.ITag
Package
Description
-
Uses of ITag in org.red5.io
-
Uses of ITag in org.red5.io.flv.impl
Modifier and TypeClassDescriptionclass
A Tag represents the contents or payload of a FLV file.Modifier 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. -
Uses of ITag in org.red5.io.flv.meta
Modifier 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 tagModifier 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
Modifier and TypeClassDescriptionclass
An ImmutableTag represents immutable encapsulation of flash media data.Modifier and TypeFieldDescriptionprivate ITag
FileConsumer.audioConfigurationTag
Audio decoder configuration(package private) ITag
FileConsumer.QueuedData.tag
private ITag
FileConsumer.videoConfigurationTag
Video decoder configuration