previous up next     contents index
Next: wxMediaBuffer::ChangeStyle Up: wxMediaBuffer: wxObject Previous: wxMediaBuffer::BeginEditSequence

wxMediaBuffer::BeginWriteHeaderFooterToFile

  void BeginWriteHeaderFooterToFile (wxMediaStreamOut& f, char *name, long *buffer)

    This method should be called before writing any special header data to a file. name must be a unique name that can be used by a header reader to recognize the data. This method will store a value in buffer that should be passed on to wxMediaBuffer::EndWriteHeaderFooterToFile (section gif).

See Media File Format (section gif) and wxMediaBuffer::WriteHeadersToFile (section gif) for more information.



PLT