Interface ISubtitleConversionJob
Assembly: MediaBrowser.Controller.dll
public interface ISubtitleConversionJob
Properties
Declaration
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
bool IsCompleted { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
string OutputPath { get; }
Property Value
| Type |
Description |
| System.String |
|
Methods
Declaration
Task WaitForCompletion(CancellationToken cancellationToken)
Parameters
| Type |
Name |
Description |
| System.Threading.CancellationToken |
cancellationToken |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods