C# 클래스 subtitleMemorize.StreamInfo.StreamType

파일 보기 프로젝트 열기: ChangSpivey/SubtitleMemorize 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ST_AUDIO StreamType
ST_SUBTITLE StreamType
ST_UNKNOWN StreamType
ST_VIDEO StreamType

공개 메소드들

메소드 설명
GetPlainString ( ) : String

Returns "audio", "video", "subtitle" or "unknown".

비공개 메소드들

메소드 설명
StreamType ( int index, String plainString ) : System

메소드 상세

GetPlainString() 공개 메소드

Returns "audio", "video", "subtitle" or "unknown".
public GetPlainString ( ) : String
리턴 String

프로퍼티 상세

ST_AUDIO 공개적으로 정적으로 프로퍼티

public static StreamType ST_AUDIO
리턴 StreamType

ST_SUBTITLE 공개적으로 정적으로 프로퍼티

public static StreamType ST_SUBTITLE
리턴 StreamType

ST_UNKNOWN 공개적으로 정적으로 프로퍼티

public static StreamType ST_UNKNOWN
리턴 StreamType

ST_VIDEO 공개적으로 정적으로 프로퍼티

public static StreamType ST_VIDEO
리턴 StreamType