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
Methods
ToContentFile()
Converts closed captions to a content file.
public ContentFile ToContentFile()
Returns
- ContentFile
-
Content file containing the closed captions as text.