Click or drag to resize
H265ParameterSet Constructor (String, String, String)
Construction from value fields of sprop_vps, sprop_pps and sprop_sps

Namespace: StreamCoders.Decoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H265ParameterSet(
	string vps,
	string sps,
	string pps
)

Parameters

vps
Type: SystemString
VPS from SDP. Bas64 encoded.
sps
Type: SystemString
SPS from SDP. Bas64 encoded.
pps
Type: SystemString
PPS from SDP. Bas64 encoded.
See Also