gstreamer/doc/en/Gst/PadBufferAllocFunction.xml
Aaron Bockover b94528f8e7 Initial import of the sleek new gstreamer-sharp, a massive WIP
git-svn-id: svn://anonsvn.mono-project.com/source/branches/abock/gstreamer-sharp@60875 e3ebcda4-bce8-0310-ba0a-eca2169e7518
2006-05-19 19:24:35 +00:00

30 lines
1.1 KiB
XML

<Type Name="PadBufferAllocFunction" FullName="Gst.PadBufferAllocFunction">
<TypeSignature Language="C#" Value="public delegate Gst.FlowReturn PadBufferAllocFunction(Gst.Pad pad, ulong offset, uint size, Gst.Caps caps, Gst.Buffer buf);" />
<AssemblyInfo>
<AssemblyName>gst-sharp</AssemblyName>
<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" />
</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>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
</Docs>
</Type>