Compartir a través de


AVAudioSessionDataSourceDescription.Orientation Propiedad

Definición

Indica la orientación del origen de datos en el dispositivo.

public AVFoundation.AVAudioDataSourceOrientation Orientation { get; }
member this.Orientation : AVFoundation.AVAudioDataSourceOrientation

Valor de propiedad

Una de las constantes de AVAudioSessionlas propiedades Orientation (OrientationTop, OrientationBotton, OrientationFront, OrientationBack, OrientationLeft, OrientationRight).

Este valor puede ser null.

Comentarios

El origen de datos puede apuntar hacia arriba, hacia abajo, hacia el usuario, lejos del usuario, de izquierda o derecha.

Se aplica a