Lingua

Camera.Parameters.SupportedWhiteBalance Proprietà

Definizione

Attenzione

deprecated

Ottiene il bilanciamento del bianco supportato.

[System.Obsolete("deprecated")]
public virtual System.Collections.Generic.IList<string>? SupportedWhiteBalance { [Android.Runtime.Register("getSupportedWhiteBalance", "()Ljava/util/List;", "GetGetSupportedWhiteBalanceHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getSupportedWhiteBalance", "()Ljava/util/List;", "GetGetSupportedWhiteBalanceHandler")>]
member this.SupportedWhiteBalance : System.Collections.Generic.IList<string>

Valore della proprietà

elenco del bilanciamento del bianco supportato. Null se l'impostazione del bilanciamento del bianco non è supportata.

Attributi

Commenti

Ottiene il bilanciamento del bianco supportato.

per android.hardware.Camera.Parameters.getSupportedWhiteBalance().

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a

Vedi anche