C# 클래스 LongoMatch.Core.Common.DeviceVideoFormat

파일 보기 프로젝트 열기: GNOME/longomatch

공개 프로퍼티들

프로퍼티 타입 설명
fps_d int
fps_n int
height int
width int

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

fps_d 공개적으로 프로퍼티

public int fps_d
리턴 int

fps_n 공개적으로 프로퍼티

public int fps_n
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int