C# 클래스 Mono.UnmanagedVideoFormat

파일 보기 프로젝트 열기: shana/moon

공개 프로퍼티들

프로퍼티 타입 설명
framesPerSecond float
height int
pixelFormat PixelFormatType
stride int
width int

공개 메소드들

메소드 설명
ToVideoFormat ( ) : System.Windows.Media.VideoFormat

메소드 상세

ToVideoFormat() 공개 메소드

public ToVideoFormat ( ) : System.Windows.Media.VideoFormat
리턴 System.Windows.Media.VideoFormat

프로퍼티 상세

framesPerSecond 공개적으로 프로퍼티

public float framesPerSecond
리턴 float

height 공개적으로 프로퍼티

public int height
리턴 int

pixelFormat 공개적으로 프로퍼티

public PixelFormatType pixelFormat
리턴 PixelFormatType

stride 공개적으로 프로퍼티

public int stride
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int