次の方法で共有


AVAudioSessionDataSourceDescription.Orientation プロパティ

定義

デバイス上のデータ ソースの向きを示します。

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

プロパティ値

の Orientation プロパティの AVAudioSession定数の 1 つ (OrientationTop、OrientationBotton、OrientationFront、OrientationBack、OrientationLeft、OrientationRight)。

この値は、null の場合もあります。

注釈

データ ソースは、ユーザーに向かって上向き、下向き、ユーザーから離れて、左または右を指すことができます。

適用対象