C# Класс SubLib.Core.Domain.Frames

Represents the frames of a subtitle.
Frames and Times always exist for any Subtitle. This class is automatically constructed when constructing a Subtitle.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
Frames SubLib.Core.Timing
Frames SubLib.Core.Timing
Scale void
SetFieldsForDeepClone void

Открытые методы

Метод Описание
Clone ( Subtitle subtitleClone ) : Frames
Shift ( int frames ) : void

Shifts the subtitle with a specified amount of frames.

ToString ( ) : string

Приватные методы

Метод Описание
Frames ( Subtitle subtitle ) : SubLib.Core.Timing
Frames ( Subtitle subtitle, int start, int end ) : SubLib.Core.Timing
Scale ( double factor, int baseFrame ) : void
SetFieldsForDeepClone ( Subtitle subtitle ) : void

Описание методов

Clone() публичный Метод

public Clone ( Subtitle subtitleClone ) : Frames
subtitleClone Subtitle
Результат Frames

Shift() публичный Метод

Shifts the subtitle with a specified amount of frames.
public Shift ( int frames ) : void
frames int The number of frames to shift the subtitle with, which can be positive or negative.
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string