SubLib Subtitle Library

FileProperties Constructor (String, Encoding, SubtitleType, TimingMode)

Creates a new instance of the FileProperties class, given its properties.

public FileProperties(
   string path,
   Encoding encoding,
   SubtitleType subtitleType,
   TimingMode timingMode
);

Parameters

path
The file's path.
encoding
The file's character coding.
subtitleType
The file's subtitle type.
timingMode
The file's timing mode. This is more useful for the subtitle types that support both the time and frame modes.

See Also

FileProperties Class | SubLib Namespace | FileProperties Constructor Overload List