Table of Contents

Class ClosedCaptionsExtract

Namespace
ValveResourceFormat.IO
Assembly
ValveResourceFormat.dll

Extracts closed captions data to text format.

public sealed class ClosedCaptionsExtract

Inheritance

Inherited Members

Constructors

ClosedCaptionsExtract(Stream, string)

Initializes a new instance of the ValveResourceFormat.IO.ClosedCaptionsExtract class.

public ClosedCaptionsExtract(Stream stream, string fileName)

Parameters

stream Stream

Stream containing closed captions data.

fileName string

Name of the source file.

Methods

ToContentFile()

Converts closed captions to a content file.

public ContentFile ToContentFile()

Returns

ContentFile

Content file containing the closed captions as text.