Detailed Description
The FXM muxer produces output compatible with the Sun Java VM.
Muxer Parameters:
Example Usage:
- Audio:
- 44.1/22.05/11.025kHz & 1/2ch
If the input does not meet the above conditions FE2_FILTER_RESAMPLE will be automatically added, overriding user settings if necessary.
Define Documentation
#define FE2_FXM_CUEPT_EVENT |
Set an event cue point.
- Parameter format:
Format = cueptNAME '=' cueptTIME_SECONDS
e.g., "evtpt0=343.0".
- Precondition:
- time must be >= 0.0
- Note:
- Multiple cue points may be added.
Definition at line 70 of file fxm.h.
#define FE2_FXM_CUEPT_NAV |
Set a navigation cue point.
This parameter allows seeking to the specified time by generating an I-Frame (keyframe) in the video stream and adding the entry to the metadata.
- Parameter format:
Format = cueptNAME '=' cueptTIME_SECONDS
e.g., "navpt0=343.0".
- Precondition:
- time must be >= 0.0
- Note:
- Multiple cue points may be added.
Definition at line 81 of file fxm.h.
#define FE2_FXM_CUEPT_PARAM |
Add a name/value pair to an existing cue point.
- Parameter format:
Format = cueptNAME *[ '&' Pair ]
Pair = Name '=' Value
e.g., "cuept0&name0=value0&name1=value1"
- Precondition:
- The cue point has already been added
Definition at line 90 of file fxm.h.
#define FE2_FXM_METADATA_DISABLE |
Disable output of meta data element.
- Note:
- Valid elements are defined by fxmmetadata_t
Definition at line 100 of file fxm.h.
#define FE2_FXM_METADATA_ENABLE |
Enable output of meta data element.
- Note:
- Valid elements are defined by fxmmetadata_t
Definition at line 95 of file fxm.h.
Typedef Documentation
Definition at line 59 of file fxm.h.