コード例 #1
0
ファイル: Player.Properties.cs プロジェクト: prjung/TizenFX
        private void RetrieveProperties()
        {
            NativePlayer.GetAudioLatencyMode(Handle, out _audioLatencyMode).
            ThrowIfFailed("Failed to initialize the player");

            NativePlayer.IsLooping(Handle, out _isLooping).ThrowIfFailed("Failed to initialize the player");
        }