H264ParameterSetWrite Method |
Writes NALU parameter set to a stream.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public int Write(
Stream stream
)
Public Function Write (
stream As Stream
) As Integer
public:
int Write(
Stream^ stream
)
member Write :
stream : Stream -> int
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