Exemplo n.º 1
0
        public bool CollectSounds(SWIGTYPE_p_BaseSound snd, BaseTime from, BaseTime to)
        {
            bool ret = C4dApiPINVOKE.BaseDocument_CollectSounds(swigCPtr, SWIGTYPE_p_BaseSound.getCPtr(snd), BaseTime.getCPtr(from), BaseTime.getCPtr(to));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Exemplo n.º 2
0
        public virtual IMAGERESULT ExtractSound(BitmapLoaderAnimatedData bd, SWIGTYPE_p_BaseSound snd)
        {
            IMAGERESULT ret = (IMAGERESULT)(SwigDerivedClassHasMethod("ExtractSound", swigMethodTypes5) ? C4dApiPINVOKE.BitmapLoaderData_ExtractSoundSwigExplicitBitmapLoaderData(swigCPtr, BitmapLoaderAnimatedData.getCPtr(bd), SWIGTYPE_p_BaseSound.getCPtr(snd)) : C4dApiPINVOKE.BitmapLoaderData_ExtractSound(swigCPtr, BitmapLoaderAnimatedData.getCPtr(bd), SWIGTYPE_p_BaseSound.getCPtr(snd)));

            return(ret);
        }
Exemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_BaseSound obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 4
0
        public virtual IMAGERESULT AddSound(SWIGTYPE_p_PluginMovieData md, SWIGTYPE_p_BaseSound snd)
        {
            IMAGERESULT ret = (IMAGERESULT)(SwigDerivedClassHasMethod("AddSound", swigMethodTypes7) ? C4dApiPINVOKE.BitmapSaverData_AddSoundSwigExplicitBitmapSaverData(swigCPtr, SWIGTYPE_p_PluginMovieData.getCPtr(md), SWIGTYPE_p_BaseSound.getCPtr(snd)) : C4dApiPINVOKE.BitmapSaverData_AddSound(swigCPtr, SWIGTYPE_p_PluginMovieData.getCPtr(md), SWIGTYPE_p_BaseSound.getCPtr(snd)));

            return(ret);
        }
Exemplo n.º 5
0
        public IMAGERESULT Open(Filename name, BaseBitmap bm, int fps, int format, BaseContainer data, SAVEBIT savebits, SWIGTYPE_p_BaseSound sound)
        {
            IMAGERESULT ret = (IMAGERESULT)C4dApiPINVOKE.MovieSaver_Open__SWIG_0(swigCPtr, Filename.getCPtr(name), BaseBitmap.getCPtr(bm), fps, format, BaseContainer.getCPtr(data), (int)savebits, SWIGTYPE_p_BaseSound.getCPtr(sound));

            if (C4dApiPINVOKE.SWIGPendingException.Pending)
            {
                throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }