H264DecoderSpecificData Constructor (String) |
Constructor which takes SPS/PPS as string representation.
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic H264DecoderSpecificData(
string stringRepresentation
)
Public Sub New (
stringRepresentation As String
)
public:
H264DecoderSpecificData(
String^ stringRepresentation
)
new :
stringRepresentation : string -> H264DecoderSpecificData
Parameters
- stringRepresentation
- Type: SystemString
The string representation of SPS/PPS.
See Also