Function |
Description |
---|
AddTrackInfo() |
Hook function to write track information to the file |
Encode() |
Encodes a chunk of media data |
GetEncodeParameters() |
Returns an encode_parameters structure specifying how the encoder is configured |
InitCheck() |
Returns a status_t indicating whether or not the constructor was successful |
BMediaEncoder() |
Simple constructor |
~BMediaEncoder() |
Destructor |
SetEncodeParameters() |
Sets the encode_parameters to be used by the encoder add-on |
SetFormat() |
Sets the input and output formats |
SetTo() |
Sets the format to be encoded |
WriteChunk() |
Hook function to write a chunk of encoded data to the destination |