Compartilhar via


VideoFrame Construtores

Definição

Sobrecargas

VideoFrame(BitmapPixelFormat, Int32, Int32)

Inicializa uma nova instância da classe VideoFrame .

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inicializa uma nova instância da classe VideoFrame .

VideoFrame(BitmapPixelFormat, Int32, Int32)

Inicializa uma nova instância da classe VideoFrame .

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)

Parâmetros

format
BitmapPixelFormat

O formato de pixel do quadro de vídeo.

width
Int32

int

A largura do quadro de vídeo, em pixels.

height
Int32

int

A altura do quadro de vídeo, em pixels.

Confira também

Aplica-se a

VideoFrame(BitmapPixelFormat, Int32, Int32, BitmapAlphaMode)

Inicializa uma nova instância da classe VideoFrame .

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)

Parâmetros

format
BitmapPixelFormat

O formato de pixel do quadro de vídeo.

width
Int32

int

A largura do quadro de vídeo, em pixels.

height
Int32

int

A altura do quadro de vídeo, em pixels.

alpha
BitmapAlphaMode

O modo alfa do quadro de vídeo.

Confira também

Aplica-se a