MatroskaSegmentCommit Method |
Commits segment to stream.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool Commit(
EbmlWriter writer
)
Public Function Commit (
writer As EbmlWriter
) As Boolean
public:
bool Commit(
EbmlWriter^ writer
)
member Commit :
writer : EbmlWriter -> bool
Parameters
- writer
- Type: StreamCoders.ContainerEbmlWriter
EBML writer to use.
Return Value
Type:
Boolean
See Also