C# 클래스 SharpFFmpeg.VideoFrameType

파일 보기 프로젝트 열기: crazyender/FFMPEG.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DestFormat AV.AVPixelFormat
SourceFormat AV.AVPixelFormat
height int
linesize int
managedData byte[]
width int

프로퍼티 상세

DestFormat 공개적으로 프로퍼티

public AV.AVPixelFormat DestFormat
리턴 AV.AVPixelFormat

SourceFormat 공개적으로 프로퍼티

public AV.AVPixelFormat SourceFormat
리턴 AV.AVPixelFormat

height 공개적으로 프로퍼티

public int height
리턴 int

linesize 공개적으로 프로퍼티

public int linesize
리턴 int

managedData 공개적으로 프로퍼티

public byte[] managedData
리턴 byte[]

width 공개적으로 프로퍼티

public int width
리턴 int