gstreamer/doc/en/Gst/PadBufferAllocFunction.xml
Sebastian Dröge c80ecab721 Update docs
2009-05-28 10:36:44 +02:00

31 lines
1.2 KiB
XML

<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>