|
RiffChunk(String) Constructor
|
Constructs a new
RiffChunk for the given
typeID.
Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.205-beta
Syntax public RiffChunk(
string typeID
)
Public Sub New (
typeID As String
)
public:
RiffChunk(
String^ typeID
)
new :
typeID : string -> RiffChunk
GSF.Media.RiffChunk = function(typeID);
View SourceParameters
- typeID String
- Expected type ID.
See Also