Definition in file fs_options.h.
Go to the source code of this file.
Enumerations | |
enum | FE2_FrameType { FrameTypeAudio, FrameTypeVideo } |
Frame type being passed to Flix2_EncodeFrame(). More... | |
enum | FE2_VideoFormat { VideoFormatYV12, VideoFormatBGRA } |
Format of input video used in calls to Flix2_SetVideoProperties(). More... | |
Functions | |
on2sc | Flix2_SetFrameServer (FLIX2HANDLE flix, on2bool enable) |
Enable/disable the frame server for this session. | |
on2sc | Flix2_GetFrameServer (FLIX2HANDLE flix, on2bool *enabled) |
Retrieve the current frame server status. | |
on2sc | Flix2_SetAudioProperties (FLIX2HANDLE flix, uint8_t channels, int16_t bitspersample, int32_t samplerate) |
Set the input audio properties for the frame server. | |
on2sc | Flix2_SetVideoProperties (FLIX2HANDLE flix, FE2_VideoFormat format, int32_t width, int32_t height, int32_t pitch, int32_t rate, int32_t scale) |
Set the input video properties for the frame server. | |
on2sc | Flix2_EncodeFrame (FLIX2HANDLE flix, FE2_FrameType type, on2bool eos, uint8_t *frame, uint32_t len, int64_t ts90k) |
Queue an input frame for encoding. |