C# 클래스 SubLib.Core.Domain.SubtitleProperties

Represents the properties of subtitles.
This class acts as a container which allows you to get and set a variety of properties. Some of these properties are used in syncronization and timing calculations.
상속: ICloneable
파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
SubtitleProperties ( ) : SubLib.IO.Input
SubtitleProperties ( Headers headers, float originalFrameRate, float currentFrameRate ) : SubLib.IO.Input
ToString ( ) : string

비공개 메소드들

메소드 설명
SetCurrentFrameRate ( float frameRate ) : void
SetOriginalFrameRate ( float frameRate ) : void
SubtitleProperties ( ParsingProperties properties ) : SubLib.IO.Input

Initializes a new instance of the SubtitleProperties class, with defaults for all properties.

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

SubtitleProperties() 공개 메소드

public SubtitleProperties ( ) : SubLib.IO.Input
리턴 SubLib.IO.Input

SubtitleProperties() 공개 메소드

public SubtitleProperties ( Headers headers, float originalFrameRate, float currentFrameRate ) : SubLib.IO.Input
headers Headers
originalFrameRate float
currentFrameRate float
리턴 SubLib.IO.Input

ToString() 공개 메소드

public ToString ( ) : string
리턴 string