Click or drag to resize
HevcDecoderConfigurationRecordWriteTo Method
Write the HEVCDecoderConfigurationRecord to a stream.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool WriteTo(
	Stream outputStream
)

Parameters

outputStream
Type: System.IOStream
inputStream to write data to.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also