Package | Description |
---|---|
org.red5.io.flv | |
org.red5.io.flv.impl | |
org.red5.io.flv.meta | |
org.red5.io.mp4 | |
org.red5.io.mp4.impl |
Modifier and Type | Method and Description |
---|---|
IMetaData |
IFLV.getMetaData()
Returns a map of the metadata
|
Modifier and Type | Method and Description |
---|---|
void |
IFLV.setMetaData(IMetaData metadata)
Sets the metadata
|
Modifier and Type | Method and Description |
---|---|
IMetaData |
FLV.getMetaData()
Returns a map of the metadata
|
Modifier and Type | Method and Description |
---|---|
void |
FLV.setMetaData(IMetaData meta)
Sets the metadata
|
Modifier and Type | Class and Description |
---|---|
class |
MetaData<K,V>
MetaData Implementation
|
Modifier and Type | Method and Description |
---|---|
static IMeta |
MetaService.mergeMeta(IMetaData<?,?> metaData1,
IMetaData<?,?> metaData2)
Merges the two Meta objects
|
static IMeta |
MetaService.mergeMeta(IMetaData<?,?> metaData1,
IMetaData<?,?> metaData2)
Merges the two Meta objects
|
void |
IMetaService.write(IMetaData<?,?> meta)
Initiates writing of the MetaData
|
void |
MetaService.write(IMetaData<?,?> meta)
Initiates writing of the MetaData
|
void |
IMetaService.writeMetaData(IMetaData<?,?> metaData)
Writes the MetaData
|
void |
MetaService.writeMetaData(IMetaData<?,?> metaData)
Writes the MetaData
|
Modifier and Type | Method and Description |
---|---|
IMetaData<?,?> |
IMP4.getMetaData()
Returns a map of the metadata
|
Modifier and Type | Method and Description |
---|---|
void |
IMP4.setMetaData(IMetaData<?,?> metadata)
Sets the metadata
|
Modifier and Type | Method and Description |
---|---|
IMetaData<?,?> |
MP4.getMetaData()
Returns a map of the metadata
|
Modifier and Type | Method and Description |
---|---|
void |
MP4.setMetaData(IMetaData<?,?> meta)
Sets the metadata
|
Copyright © 2006-2012 The Red5 Project