Click or drag to resize
H264DecoderSpecificData Constructor (String)
Constructor which takes SPS/PPS as string representation.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264DecoderSpecificData(
	string stringRepresentation
)

Parameters

stringRepresentation
Type: SystemString
The string representation of SPS/PPS.
See Also