다음을 통해 공유


VideoFrame 생성자

정의

오버로드

VideoFrame(BitmapPixelFormat, Int32, Int32)

VideoFrame 클래스의 새 instance 초기화합니다.

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

VideoFrame 클래스의 새 instance 초기화합니다.

VideoFrame(BitmapPixelFormat, Int32, Int32)

VideoFrame 클래스의 새 instance 초기화합니다.

public:
 VideoFrame(BitmapPixelFormat format, int width, int height);
 VideoFrame(BitmapPixelFormat const& format, int const& width, int const& height);
public VideoFrame(BitmapPixelFormat format, int width, int height);
function VideoFrame(format, width, height)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer)

매개 변수

format
BitmapPixelFormat

비디오 프레임의 픽셀 형식입니다.

width
Int32

int

비디오 프레임의 너비(픽셀)입니다.

height
Int32

int

비디오 프레임의 높이(픽셀)입니다.

추가 정보

적용 대상

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

VideoFrame 클래스의 새 instance 초기화합니다.

public:
 VideoFrame(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
 VideoFrame(BitmapPixelFormat const& format, int const& width, int const& height, BitmapAlphaMode const& alpha);
public VideoFrame(BitmapPixelFormat format, int width, int height, BitmapAlphaMode alpha);
function VideoFrame(format, width, height, alpha)
Public Sub New (format As BitmapPixelFormat, width As Integer, height As Integer, alpha As BitmapAlphaMode)

매개 변수

format
BitmapPixelFormat

비디오 프레임의 픽셀 형식입니다.

width
Int32

int

비디오 프레임의 너비(픽셀)입니다.

height
Int32

int

비디오 프레임의 높이(픽셀)입니다.

alpha
BitmapAlphaMode

비디오 프레임의 알파 모드입니다.

추가 정보

적용 대상