~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<Type Name="AVAudioPlayerSettings" FullName="MonoMac.AVFoundation.AVAudioPlayerSettings">
  <TypeSignature Language="C#" Value="public class AVAudioPlayerSettings" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AVAudioPlayerSettings extends System.Object" />
  <AssemblyInfo>
    <AssemblyName>MonoMac</AssemblyName>
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Object</BaseTypeName>
  </Base>
  <Interfaces />
  <Docs>
    <summary>Describes the audio playback state from an AVAudioPlayer.</summary>
    <remarks>
      <para>
	This class contains the description of the audio being
	played back by AVAudioPlayer and is returned by the <see cref="P:MonoMac.AVFoundation.AVPlayer.Settings" /> property on
	the AVAudioPlayer instance.
      </para>
      <para>

	The various properties in this class describe the properties
	of the audio associated with the player.

      </para>
    </remarks>
  </Docs>
  <Members>
    <Member MemberName="AudioChannelLayout">
      <MemberSignature Language="C#" Value="public MonoMac.AudioToolbox.AudioChannelLayout AudioChannelLayout { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance class MonoMac.AudioToolbox.AudioChannelLayout AudioChannelLayout" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>MonoMac.AudioToolbox.AudioChannelLayout</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>Describes the channel layout for the sound associated with this player.</summary>
        <value>
        </value>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="AudioFormat">
      <MemberSignature Language="C#" Value="public MonoMac.AudioToolbox.AudioFormatType AudioFormat { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance valuetype MonoMac.AudioToolbox.AudioFormatType AudioFormat" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>MonoMac.AudioToolbox.AudioFormatType</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The audio data format.</summary>
        <value>
        </value>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="EncoderBitRateKey">
      <MemberSignature Language="C#" Value="public int EncoderBitRateKey { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance int32 EncoderBitRateKey" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The bit rate at which the audio was encoded.</summary>
        <value>
        </value>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="NumberChannels">
      <MemberSignature Language="C#" Value="public int NumberChannels { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance int32 NumberChannels" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The number of audio channels on the audio</summary>
        <value>
        </value>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="op_Implicit">
      <MemberSignature Language="C#" Value="public static MonoMac.Foundation.NSDictionary op_Implicit (MonoMac.AVFoundation.AVAudioPlayerSettings settings);" />
      <MemberSignature Language="ILAsm" Value=".method public static hidebysig specialname class MonoMac.Foundation.NSDictionary op_Implicit(class MonoMac.AVFoundation.AVAudioPlayerSettings settings) cil managed" />
      <MemberType>Method</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>MonoMac.Foundation.NSDictionary</ReturnType>
      </ReturnValue>
      <Parameters>
        <Parameter Name="settings" Type="MonoMac.AVFoundation.AVAudioPlayerSettings" />
      </Parameters>
      <Docs>
        <param name="settings">The source AVAudioPLayeSettings</param>
        <summary>Implicit operator that Converts an AVAudioPlayerSettings to an NSDictionary</summary>
        <returns>
        </returns>
        <remarks>This is used for source-code compatibility with older versions of the API that merely exposed an NSDictionary as the return value for the <see cref="P:MonoMac.AVFoundation.AVPlayer.Settings" /> property.</remarks>
      </Docs>
    </Member>
    <Member MemberName="SampleRate">
      <MemberSignature Language="C#" Value="public float SampleRate { get; }" />
      <MemberSignature Language="ILAsm" Value=".property instance float32 SampleRate" />
      <MemberType>Property</MemberType>
      <AssemblyInfo>
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
      </AssemblyInfo>
      <ReturnValue>
        <ReturnType>System.Single</ReturnType>
      </ReturnValue>
      <Docs>
        <summary>The sample rate.</summary>
        <value>
        </value>
        <remarks>
        </remarks>
      </Docs>
    </Member>
  </Members>
</Type>