C# 클래스 MediaPortal.Player.VideoStreamFormat

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

공개 프로퍼티들

프로퍼티 타입 설명
arX int
arY int
bitrate int
height int
isInterlaced bool
streamType VideoStreamType
width int

공개 메소드들

메소드 설명
ToString ( ) : string
VideoStreamFormat ( ) : System
VideoStreamFormat ( VideoStreamType streamType, int width, int height, int arX, int arY, int bitrate, bool isInterlaced ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

VideoStreamFormat() 공개 메소드

public VideoStreamFormat ( ) : System
리턴 System

VideoStreamFormat() 공개 메소드

public VideoStreamFormat ( VideoStreamType streamType, int width, int height, int arX, int arY, int bitrate, bool isInterlaced ) : System
streamType VideoStreamType
width int
height int
arX int
arY int
bitrate int
isInterlaced bool
리턴 System

프로퍼티 상세

arX 공개적으로 프로퍼티

public int arX
리턴 int

arY 공개적으로 프로퍼티

public int arY
리턴 int

bitrate 공개적으로 프로퍼티

public int bitrate
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

isInterlaced 공개적으로 프로퍼티

public bool isInterlaced
리턴 bool

streamType 공개적으로 프로퍼티

public VideoStreamType streamType
리턴 VideoStreamType

width 공개적으로 프로퍼티

public int width
리턴 int