DecoderSpecificData Constructor (String) |
Constructor using string representation
Namespace: StreamCodersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic DecoderSpecificData(
string stringRepresentation
)
Public Sub New (
stringRepresentation As String
)
public:
DecoderSpecificData(
String^ stringRepresentation
)
new :
stringRepresentation : string -> DecoderSpecificData
Parameters
- stringRepresentation
- Type: SystemString
String representation (must be a string containing hex values without spacing,
dashes or dots)
See Also