H265ParameterSet Constructor (String, String, String) |
Construction from value fields of sprop_vps, sprop_pps and sprop_sps
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H265ParameterSet(
string vps,
string sps,
string pps
)
Public Sub New (
vps As String,
sps As String,
pps As String
)
public:
H265ParameterSet(
String^ vps,
String^ sps,
String^ pps
)
new :
vps : string *
sps : string *
pps : string -> H265ParameterSet
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