Class ChannelInformation

ChannelInformation class

The channel information.

public class ChannelInformation

Constructors

NameDescription
ChannelInformation(CompressionMethod, int, int)Initializes a new instance of the ChannelInformation class.

Properties

NameDescription
ChannelID { get; set; }Gets or sets the channel ID.
CompressionMethod { get; set; }Gets or sets the compression method.
Length { get; }Gets the channel length in bytes.

See Also