MovieDef::GetMetadata

MovieDef::GetMetadata
virtual unsigned GetMetadata(char * pbuff, unsigned buffSize) const = 0;
Description

GetMetadata obtains the metadata content that can be embedded into SWF 8+ files. 

Metadata is normally an XML-formatted string, which contains the Title and Description specified in the Document Properties dialog of the Flash studio.

Parameters
Parameters 
Description 
char * pbuff 
A buffer into which metadata will be copied. Specify 0 for pbuff to return the buffer size required. 
unsigned buffSize 
Maximum number of bytes provided at pbuff. 
Return Value

An unsigned value containing number of bytes written, up to buffSize. If pbuff was null, this value corresponds to the required buffer size to contain all metadata.