47 fxm, Fxm muxer, 1 detailed description – Google Flix Engine Linux Reference Manual User Manual

Page 204: 2 supported codecs, 3 format restrictions, Defines

Advertising
background image

198

Flix Engine Linux Module Documentation

5.47

FXM

5.47.1

Detailed Description

The FXM muxer produces output compatible with the Sun Java VM.

Muxer Parameters:

Name

|

Type

| Opt/Reqd |

Range

============================================================================

FE2_FXM_CUEPT_EVENT

|

String

| Optional | [0.0,)

FE2_FXM_CUEPT_NAV

|

String

| Optional | [0.0,)

FE2_FXM_CUEPT_PARAM

|

String

| Optional | N/A

FE2_FXM_METADATA_ENABLE

|

Numeric | Optional | fxmmetadata_t

FE2_FXM_METADATA_DISABLE

|

Numeric | Optional | fxmmetadata_t

Example Usage:

sc = Flix2_AddMuxer(&muxer, flix, FE2_MUXER_FXM);

if(sc == ON2_OK)

; //now using the FXM muxer for output

5.47.2

Supported Codecs

• Video:

FE2_CODEC_VP6

• Audio:

FE2_CODEC_LAME

5.47.3

Format Restrictions

• 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.

Defines

• #define

FE2_MUXER_FXM

FXM muxer. For use with

Flix2_AddMuxer()

.

• #define

FE2_FXM_CUEPT_EVENT

Set an event cue point.

• #define

FE2_FXM_CUEPT_NAV

Set a navigation cue point.

• #define

FE2_FXM_CUEPT_PARAM

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising