Click or drag to resize
H264ParameterSet Constructor
Initializes a new Instance of StreamCoders.Decoder.H264ParameterSet. Pass sprop-parameter- set contained within SDP of session initiation.

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264ParameterSet(
	string spspps
)

Parameters

spspps
Type: SystemString
SPS/PPS base64 encoded.
See Also