CapturedFrame.GetOutputStreamAt(UInt64) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le flux de sortie à la position spécifiée.
public:
virtual IOutputStream ^ GetOutputStreamAt(unsigned long long position) = GetOutputStreamAt;
IOutputStream GetOutputStreamAt(uint64_t const& position);
public IOutputStream GetOutputStreamAt(ulong position);
function getOutputStreamAt(position)
Public Function GetOutputStreamAt (position As ULong) As IOutputStream
Paramètres
- position
-
UInt64
unsigned long long
uint64_t
Position dans le flux de sortie.
Retours
Flux de sortie.
Implémente
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(System.UInt64)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(unsigned long long)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(uint64_t)