Class ClosedCaptionsExtract
Namespace: ValveResourceFormat.IO
Assembly: ValveResourceFormat.dll
Extracts closed captions data to text format.
csharp
public sealed class ClosedCaptionsExtractInheritance
object ← ClosedCaptionsExtract
Constructors
ClosedCaptionsExtract(Stream, string)
Initializes a new instance of the class.
csharp
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.
csharp
public ContentFile ToContentFile()Returns
Content file containing the closed captions as text.

