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

« back to all changes in this revision

Viewing changes to external/monomac/docs/en/MonoMac.AVFoundation/AVVideoCompositionInstruction.xml

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Type Name="AVVideoCompositionInstruction" FullName="MonoMac.AVFoundation.AVVideoCompositionInstruction">
 
2
  <TypeSignature Language="C#" Value="public class AVVideoCompositionInstruction : MonoMac.Foundation.NSObject" />
 
3
  <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit AVVideoCompositionInstruction extends MonoMac.Foundation.NSObject" />
 
4
  <AssemblyInfo>
 
5
    <AssemblyName>MonoMac</AssemblyName>
 
6
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
7
  </AssemblyInfo>
 
8
  <Base>
 
9
    <BaseTypeName>MonoMac.Foundation.NSObject</BaseTypeName>
 
10
  </Base>
 
11
  <Interfaces />
 
12
  <Attributes>
 
13
    <Attribute>
 
14
      <AttributeName>MonoMac.Foundation.Register("AVVideoCompositionInstruction", true)</AttributeName>
 
15
    </Attribute>
 
16
  </Attributes>
 
17
  <Docs>
 
18
    <summary>To be added.</summary>
 
19
    <remarks>To be added.</remarks>
 
20
  </Docs>
 
21
  <Members>
 
22
    <Member MemberName=".ctor">
 
23
      <MemberSignature Language="C#" Value="public AVVideoCompositionInstruction ();" />
 
24
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
 
25
      <MemberType>Constructor</MemberType>
 
26
      <AssemblyInfo>
 
27
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
28
      </AssemblyInfo>
 
29
      <Attributes>
 
30
        <Attribute>
 
31
          <AttributeName>MonoMac.Foundation.Export("init")</AttributeName>
 
32
        </Attribute>
 
33
        <Attribute>
 
34
          <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
 
35
        </Attribute>
 
36
      </Attributes>
 
37
      <Parameters />
 
38
      <Docs>
 
39
        <summary>Default constructor that initializes a new instance of this class with no parameters.</summary>
 
40
        <remarks>
 
41
        </remarks>
 
42
      </Docs>
 
43
    </Member>
 
44
    <Member MemberName=".ctor">
 
45
      <MemberSignature Language="C#" Value="public AVVideoCompositionInstruction (MonoMac.Foundation.NSCoder coder);" />
 
46
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class MonoMac.Foundation.NSCoder coder) cil managed" />
 
47
      <MemberType>Constructor</MemberType>
 
48
      <AssemblyInfo>
 
49
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
50
      </AssemblyInfo>
 
51
      <Attributes>
 
52
        <Attribute>
 
53
          <AttributeName>MonoMac.Foundation.Export("initWithCoder:")</AttributeName>
 
54
        </Attribute>
 
55
        <Attribute>
 
56
          <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
 
57
        </Attribute>
 
58
      </Attributes>
 
59
      <Parameters>
 
60
        <Parameter Name="coder" Type="MonoMac.Foundation.NSCoder" />
 
61
      </Parameters>
 
62
      <Docs>
 
63
        <param name="coder">The unarchiver object.</param>
 
64
        <summary>A constructor that initializes the object from the data stored in the unarchiver object.</summary>
 
65
        <remarks>This constructor is provided to allow the class to be initialized from an unarchiver (for example, during NIB deserialization).</remarks>
 
66
      </Docs>
 
67
    </Member>
 
68
    <Member MemberName=".ctor">
 
69
      <MemberSignature Language="C#" Value="public AVVideoCompositionInstruction (MonoMac.Foundation.NSObjectFlag t);" />
 
70
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class MonoMac.Foundation.NSObjectFlag t) cil managed" />
 
71
      <MemberType>Constructor</MemberType>
 
72
      <AssemblyInfo>
 
73
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
74
      </AssemblyInfo>
 
75
      <Attributes>
 
76
        <Attribute>
 
77
          <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
 
78
        </Attribute>
 
79
      </Attributes>
 
80
      <Parameters>
 
81
        <Parameter Name="t" Type="MonoMac.Foundation.NSObjectFlag" />
 
82
      </Parameters>
 
83
      <Docs>
 
84
        <param name="t">Unused sentinel value, pass NSObjectFlag.Empty.</param>
 
85
        <summary>Constructor to call on derived classes when the derived class has an [Export] constructor.</summary>
 
86
        <remarks>
 
87
          <para>This constructor should be called by derived classes when they are initialized using an [Export] attribute. The argument value is ignore, typically the chaining would look like this:</para>
 
88
          <example>
 
89
            <code lang="C#">
 
90
public class MyClass : BaseClass {
 
91
    [Export ("initWithFoo:")]
 
92
    public MyClass (string foo) : base (NSObjectFlag.Empty)
 
93
    {
 
94
        ...
 
95
    }
 
96
</code>
 
97
          </example>
 
98
        </remarks>
 
99
      </Docs>
 
100
    </Member>
 
101
    <Member MemberName=".ctor">
 
102
      <MemberSignature Language="C#" Value="public AVVideoCompositionInstruction (IntPtr handle);" />
 
103
      <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(native int handle) cil managed" />
 
104
      <MemberType>Constructor</MemberType>
 
105
      <AssemblyInfo>
 
106
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
107
      </AssemblyInfo>
 
108
      <Attributes>
 
109
        <Attribute>
 
110
          <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)</AttributeName>
 
111
        </Attribute>
 
112
      </Attributes>
 
113
      <Parameters>
 
114
        <Parameter Name="handle" Type="System.IntPtr" />
 
115
      </Parameters>
 
116
      <Docs>
 
117
        <param name="handle">Pointer (handle) to the unmanaged object.</param>
 
118
        <summary>A constructor used when creating managed representations of unmanaged objects;  Called by the runtime.</summary>
 
119
        <remarks>
 
120
          <para>This constructor is invoked by the runtime infrastructure (<see cref="M:MonoMac.ObjCRuntime.GetNSObject (System.IntPtr)" />) to create a new managed representation for a pointer to an unmanaged Objective-C object.    You should not invoke this method directly, instead you should call the GetNSObject method as it will prevent two instances of a managed object to point to the same native object.</para>
 
121
        </remarks>
 
122
      </Docs>
 
123
    </Member>
 
124
    <Member MemberName="BackgroundColor">
 
125
      <MemberSignature Language="C#" Value="public virtual MonoMac.CoreGraphics.CGColor BackgroundColor { get; set; }" />
 
126
      <MemberSignature Language="ILAsm" Value=".property instance class MonoMac.CoreGraphics.CGColor BackgroundColor" />
 
127
      <MemberType>Property</MemberType>
 
128
      <AssemblyInfo>
 
129
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
130
      </AssemblyInfo>
 
131
      <Attributes>
 
132
        <Attribute>
 
133
          <AttributeName>get: MonoMac.Foundation.Export("backgroundColor")</AttributeName>
 
134
        </Attribute>
 
135
        <Attribute>
 
136
          <AttributeName>set: MonoMac.Foundation.Export("setBackgroundColor:")</AttributeName>
 
137
        </Attribute>
 
138
      </Attributes>
 
139
      <ReturnValue>
 
140
        <ReturnType>MonoMac.CoreGraphics.CGColor</ReturnType>
 
141
      </ReturnValue>
 
142
      <Docs>
 
143
        <summary>To be added.</summary>
 
144
        <value>To be added.</value>
 
145
        <remarks>To be added.</remarks>
 
146
      </Docs>
 
147
    </Member>
 
148
    <Member MemberName="ClassHandle">
 
149
      <MemberSignature Language="C#" Value="public override IntPtr ClassHandle { get; }" />
 
150
      <MemberSignature Language="ILAsm" Value=".property instance native int ClassHandle" />
 
151
      <MemberType>Property</MemberType>
 
152
      <AssemblyInfo>
 
153
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
154
      </AssemblyInfo>
 
155
      <ReturnValue>
 
156
        <ReturnType>System.IntPtr</ReturnType>
 
157
      </ReturnValue>
 
158
      <Docs>
 
159
        <summary>The handle for this class.</summary>
 
160
        <value>The pointer to the Objective-C class.</value>
 
161
        <remarks>Each MonoMac class mirrors an unmanaged Objective-C class.   This value contains the pointer to the Objective-C class, it is similar to calling objc_getClass with the object name.</remarks>
 
162
      </Docs>
 
163
    </Member>
 
164
    <Member MemberName="Dispose">
 
165
      <MemberSignature Language="C#" Value="protected override void Dispose (bool disposing);" />
 
166
      <MemberSignature Language="ILAsm" Value=".method familyhidebysig virtual instance void Dispose(bool disposing) cil managed" />
 
167
      <MemberType>Method</MemberType>
 
168
      <AssemblyInfo>
 
169
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
170
      </AssemblyInfo>
 
171
      <ReturnValue>
 
172
        <ReturnType>System.Void</ReturnType>
 
173
      </ReturnValue>
 
174
      <Parameters>
 
175
        <Parameter Name="disposing" Type="System.Boolean" />
 
176
      </Parameters>
 
177
      <Docs>
 
178
        <param name="disposing">
 
179
          <para>If set to <see langword="true" />, the method is invoked directly and will dispose manage and unmanaged resources;   If set to <see langword="false" /> the method is being called by the garbage collector finalizer and should only release unmanaged resources.</para>
 
180
        </param>
 
181
        <summary>Releases the resources used by the AVVideoCompositionInstruction object.</summary>
 
182
        <remarks>
 
183
          <para>This Dispose method releases the resources used by the AVVideoCompositionInstruction class.</para>
 
184
          <para>This method is called by both the Dispose() method and the object finalizer (Finalize).    When invoked by the Dispose method, the parameter disposting <paramref name="disposing" /> is set to <see langword="true" /> and any managed object references that this object holds are also disposed or released;  when invoked by the object finalizer, on the finalizer thread the value is set to <see langword="false" />. </para>
 
185
          <para>Calling the Dispose method when you are finished using the AVVideoCompositionInstruction ensures that all external resources used by this managed object are released as soon as possible.  Once you have invoked the Dispose method, the object is no longer useful and you should no longer make any calls to it.</para>
 
186
          <para>  For more information on how to override this method and on the Dispose/IDisposable pattern, read the ``Implementing a Dispose Method'' document at http://msdn.microsoft.com/en-us/library/fs2xkftw.aspx</para>
 
187
        </remarks>
 
188
      </Docs>
 
189
    </Member>
 
190
    <Member MemberName="EnablePostProcessing">
 
191
      <MemberSignature Language="C#" Value="public virtual bool EnablePostProcessing { get; }" />
 
192
      <MemberSignature Language="ILAsm" Value=".property instance bool EnablePostProcessing" />
 
193
      <MemberType>Property</MemberType>
 
194
      <AssemblyInfo>
 
195
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
196
      </AssemblyInfo>
 
197
      <Attributes>
 
198
        <Attribute>
 
199
          <AttributeName>get: MonoMac.Foundation.Export("enablePostProcessing")</AttributeName>
 
200
        </Attribute>
 
201
      </Attributes>
 
202
      <ReturnValue>
 
203
        <ReturnType>System.Boolean</ReturnType>
 
204
      </ReturnValue>
 
205
      <Docs>
 
206
        <summary>To be added.</summary>
 
207
        <value>To be added.</value>
 
208
        <remarks>To be added.</remarks>
 
209
      </Docs>
 
210
    </Member>
 
211
    <Member MemberName="LayerInstructions">
 
212
      <MemberSignature Language="C#" Value="public virtual MonoMac.AVFoundation.AVVideoCompositionLayerInstruction[] LayerInstructions { get; }" />
 
213
      <MemberSignature Language="ILAsm" Value=".property instance class MonoMac.AVFoundation.AVVideoCompositionLayerInstruction[] LayerInstructions" />
 
214
      <MemberType>Property</MemberType>
 
215
      <AssemblyInfo>
 
216
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
217
      </AssemblyInfo>
 
218
      <Attributes>
 
219
        <Attribute>
 
220
          <AttributeName>get: MonoMac.Foundation.Export("layerInstructions", MonoMac.ObjCRuntime.ArgumentSemantic.Copy)</AttributeName>
 
221
        </Attribute>
 
222
      </Attributes>
 
223
      <ReturnValue>
 
224
        <ReturnType>MonoMac.AVFoundation.AVVideoCompositionLayerInstruction[]</ReturnType>
 
225
      </ReturnValue>
 
226
      <Docs>
 
227
        <summary>To be added.</summary>
 
228
        <value>To be added.</value>
 
229
        <remarks>To be added.</remarks>
 
230
      </Docs>
 
231
    </Member>
 
232
    <Member MemberName="TimeRange">
 
233
      <MemberSignature Language="C#" Value="public virtual MonoMac.CoreMedia.CMTimeRange TimeRange { get; }" />
 
234
      <MemberSignature Language="ILAsm" Value=".property instance valuetype MonoMac.CoreMedia.CMTimeRange TimeRange" />
 
235
      <MemberType>Property</MemberType>
 
236
      <AssemblyInfo>
 
237
        <AssemblyVersion>0.0.0.0</AssemblyVersion>
 
238
      </AssemblyInfo>
 
239
      <Attributes>
 
240
        <Attribute>
 
241
          <AttributeName>get: MonoMac.Foundation.Export("timeRange")</AttributeName>
 
242
        </Attribute>
 
243
      </Attributes>
 
244
      <ReturnValue>
 
245
        <ReturnType>MonoMac.CoreMedia.CMTimeRange</ReturnType>
 
246
      </ReturnValue>
 
247
      <Docs>
 
248
        <summary>To be added.</summary>
 
249
        <value>To be added.</value>
 
250
        <remarks>To be added.</remarks>
 
251
      </Docs>
 
252
    </Member>
 
253
  </Members>
 
254
</Type>