H264ParameterSet Constructor |
Initializes a new Instance of StreamCoders.Decoder.H264ParameterSet. Pass sprop-parameter-
set contained within SDP of session initiation.
Namespace: StreamCoders.DecoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public H264ParameterSet(
string spspps
)
Public Sub New (
spspps As String
)
public:
H264ParameterSet(
String^ spspps
)
new :
spspps : string -> H264ParameterSet
Parameters
- spspps
- Type: SystemString
SPS/PPS base64 encoded.
See Also