summaryrefslogtreecommitdiff
path: root/doc/en/Gst/PadBufferAllocFunction.xml
blob: d96320df50cb445fc00b382557fcdd59a7ce2ea7 (plain)
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
<Type Name="PadBufferAllocFunction" FullName="Gst.PadBufferAllocFunction">
  <TypeSignature Language="C#" Value="public delegate Gst.FlowReturn PadBufferAllocFunction(Pad pad, ulong offset, uint size, Caps caps, out Buffer buf);" />
  <AssemblyInfo>
    <AssemblyName>gstreamer-sharp</AssemblyName>
    <AssemblyVersion>0.9.0.0</AssemblyVersion>
    <AssemblyVersion>0.9.5.99</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Parameters>
    <Parameter Name="pad" Type="Gst.Pad" />
    <Parameter Name="offset" Type="System.UInt64" />
    <Parameter Name="size" Type="System.UInt32" />
    <Parameter Name="caps" Type="Gst.Caps" />
    <Parameter Name="buf" Type="Gst.Buffer&amp;" RefType="out" />
  </Parameters>
  <ReturnValue>
    <ReturnType>Gst.FlowReturn</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="pad">To be added.</param>
    <param name="offset">To be added.</param>
    <param name="size">To be added.</param>
    <param name="caps">To be added.</param>
    <param name="buf">To be added.</param>
    <summary>To be added.</summary>
    <value>To be added.</value>
    <remarks>To be added.</remarks>
  </Docs>
</Type>