Compartir a través de


AppBroadcastTriggerProviderInfo.MaxVideoWidth Propiedad

Definición

Obtiene y establece el ancho máximo de vídeo que admite el proveedor de difusión de juego.

public:
 property unsigned int MaxVideoWidth { unsigned int get(); void set(unsigned int value); };
uint32_t MaxVideoWidth();

void MaxVideoWidth(uint32_t value);
public uint MaxVideoWidth { get; set; }
var uInt32 = appBroadcastTriggerProviderInfo.maxVideoWidth;
appBroadcastTriggerProviderInfo.maxVideoWidth = uInt32;
Public Property MaxVideoWidth As UInteger

Valor de propiedad

UInt32

unsigned int

uint32_t

Ancho máximo de vídeo en píxeles.

Comentarios

Importante

Solo las aplicaciones propias deben usar esta propiedad.

Se aplica a