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

Represents the root class of all the subtitles.
A Subtitles class is created using the SubtitleFactory.
상속: ICloneable
파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
GetAvailableType ( SubtitleType type ) : SubtitleTypeInfo

Get information about an available subtitle type.

IsSubtitleExtension ( string dottedExtension ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
Subtitles ( SubtitleCollection collection, SubtitleProperties properties ) : SubLib.IO.SubtitleFormats

Initializes a new instance of the Subtitles class.

비공개 메소드들

메소드 설명
GetSubtitleText ( int subtitleNumber, SubtitleTextType textType ) : SubtitleText
UpdateFramesFromTimes ( float frameRate ) : void
UpdateTimesFromFrames ( float frameRate ) : void

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

GetAvailableType() 공개 정적인 메소드

Get information about an available subtitle type.
public static GetAvailableType ( SubtitleType type ) : SubtitleTypeInfo
type SubtitleType The subtitle type.
리턴 SubtitleTypeInfo

IsSubtitleExtension() 공개 정적인 메소드

public static IsSubtitleExtension ( string dottedExtension ) : bool
dottedExtension string
리턴 bool

Subtitles() 보호된 메소드

Initializes a new instance of the Subtitles class.
protected Subtitles ( SubtitleCollection collection, SubtitleProperties properties ) : SubLib.IO.SubtitleFormats
collection SubtitleCollection A collection of subtitles.
properties SubtitleProperties The subtitles' properties.
리턴 SubLib.IO.SubtitleFormats

ToString() 공개 메소드

public ToString ( ) : string
리턴 string