Click or drag to resize
H264ParameterSetWrite Method
Writes NALU parameter set to a stream.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int Write(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream to write the parameter set to.

Return Value

Type: Int32
Returns the number of bytes written to the stream.
See Also