Click or drag to resize
DecoderSpecificData Constructor (String)
Constructor using string representation

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public DecoderSpecificData(
	string stringRepresentation
)

Parameters

stringRepresentation
Type: SystemString
String representation (must be a string containing hex values without spacing, dashes or dots)
See Also