| ElementBaseWriteElement Method  | 
            Writes the whole element to the EBML output stream
            
 
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual long WriteElement(
	EbmlWriter writer
)
Public Overridable Function WriteElement ( 
	writer As EbmlWriter
) As Long
public:
virtual long long WriteElement(
	EbmlWriter^ writer
)
abstract WriteElement : 
        writer : EbmlWriter -> int64 
override WriteElement : 
        writer : EbmlWriter -> int64 Parameters
- writer
 - Type: StreamCoders.ContainerEbmlWriter
EBML writer object 
Return Value
Type: 
Int64
See Also