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
Hash
Gets or sets the hash of the caption key.
public uint Hash { get; set; }
Property Value
HashText
Gets or sets the hash of the caption text (version 2+).
public uint HashText { get; set; }
Property Value
Length
Gets or sets the length of the caption text.
public ushort Length { get; set; }
Property Value
Offset
Gets or sets the offset within the block.
public ushort Offset { get; set; }
Property Value
Text
Gets or sets the caption text.
public string Text { get; set; }