Click or drag to resize

ListInfoChunk Class

Represents the list info chunk in a WAVE media format file.
Inheritance Hierarchy
SystemObject
  GSF.MediaRiffChunk
    GSF.MediaListInfoChunk

Namespace: GSF.Media
Assembly: GSF.Media (in GSF.Media.dll) Version: 2.4.181-beta
Syntax
public class ListInfoChunk : RiffChunk
View Source

The ListInfoChunk type exposes the following members.

Constructors
 NameDescription
Public methodListInfoChunkReads a new WAVE list info section from the specified stream.
Top
Properties
 NameDescription
Public propertyBinaryLength Gets the length of a RiffChunk consisting of type ID and chunk size (i.e., 8 bytes).
(Inherited from RiffChunk)
Public propertyChunkSizeSize of RiffChunk.
(Inherited from RiffChunk)
Public propertyInfoStrings Gets list of info strings from list info blocks of this ListInfoChunk.
Public propertyTypeIDFour character text identifer for RIFF chunk.
(Inherited from RiffChunk)
Top
Methods
 NameDescription
Public methodClone Creates a copy of the RiffChunk.
(Inherited from RiffChunk)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGenerateBinaryImage Generates a binary representation of this RiffChunk and copies it into the given buffer.
(Inherited from RiffChunk)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberRiffTypeID Type ID of a WAVE list chunk.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also