AudioFile.FrameToPacket(Int64, Int32) 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.
Convertit une image audio en décalage de paquet.
public long FrameToPacket (long frame, out int frameOffsetInPacket);
member this.FrameToPacket : int64 * -> int64
Paramètres
- frame
- Int64
Frame.
- frameOffsetInPacket
- Int32
Décalage à l’intérieur du paquet vers lequel pointe l’image.
Retours
-1 en cas d’échec, sinon le paquet qui représente le frame spécifié. En outre, le décalage dans le paquet est retourné dans le paramètre out.