Table of Contents

Class ClosedCaption

Namespace
ValveResourceFormat.ClosedCaptions
Assembly
ValveResourceFormat.dll

Represents a single closed caption entry.

public class ClosedCaption

Inheritance

Inherited Members

Properties

Blocknum

Gets or sets the block number where the caption text is stored.

public int Blocknum { get; set; }

Property Value

int

Hash

Gets or sets the hash of the caption key.

public uint Hash { get; set; }

Property Value

uint

HashText

Gets or sets the hash of the caption text (version 2+).

public uint HashText { get; set; }

Property Value

uint

Length

Gets or sets the length of the caption text.

public ushort Length { get; set; }

Property Value

ushort

Offset

Gets or sets the offset within the block.

public ushort Offset { get; set; }

Property Value

ushort

Text

Gets or sets the caption text.

public string Text { get; set; }

Property Value

string