ImageGenerationOptions.StreamingCount Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém ou define o número de imagens intermédias em streaming a gerar.
public:
property Nullable<int> StreamingCount { Nullable<int> get(); void set(Nullable<int> value); };
public int? StreamingCount { get; set; }
member this.StreamingCount : Nullable<int> with get, set
Public Property StreamingCount As Nullable(Of Integer)