Class Strip


  • public class Strip
    extends CFacade
    Generated facet for DNA struct type 'Strip'.

    Class Documentation

    • Field Detail

      • __DNA__SDNA_INDEX

        public static final int __DNA__SDNA_INDEX
        This is the sdna index of the struct Strip.

        It is required when allocating a new block to store data for Strip.

        See Also:
        StructDNA, BlockTable, Constant Field Values
      • __DNA__FIELD__next

        public static final long[] __DNA__FIELD__next
        Field descriptor (offset) for struct member 'next'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__next);
         CPointer<CPointer<Strip>> p_next = p.cast(new Class[]{CPointer.class, Strip.class});
         

        Metadata

        • Field: 'next'
        • Signature: 'Strip*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__prev

        public static final long[] __DNA__FIELD__prev
        Field descriptor (offset) for struct member 'prev'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__prev);
         CPointer<CPointer<Strip>> p_prev = p.cast(new Class[]{CPointer.class, Strip.class});
         

        Metadata

        • Field: 'prev'
        • Signature: 'Strip*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__us

        public static final long[] __DNA__FIELD__us
        Field descriptor (offset) for struct member 'us'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__us);
         CPointer<Integer> p_us = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'us'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__done

        public static final long[] __DNA__FIELD__done
        Field descriptor (offset) for struct member 'done'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__done);
         CPointer<Integer> p_done = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'done'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__startstill

        public static final long[] __DNA__FIELD__startstill
        Field descriptor (offset) for struct member 'startstill'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__startstill);
         CPointer<Integer> p_startstill = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'startstill'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__endstill

        public static final long[] __DNA__FIELD__endstill
        Field descriptor (offset) for struct member 'endstill'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__endstill);
         CPointer<Integer> p_endstill = p.cast(new Class[]{Integer.class});
         

        Metadata

        • Field: 'endstill'
        • Signature: 'int'
        • Actual Size (32bit/64bit): 4/4
      • __DNA__FIELD__stripdata

        public static final long[] __DNA__FIELD__stripdata
        Field descriptor (offset) for struct member 'stripdata'.

        Field Documentation

        Blender Source Code

        Only used as an array in IMAGE sequences(!), and as a 1-element array in MOVIE sequences, NULL for all other strip-types.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__stripdata);
         CPointer<CPointer<StripElem>> p_stripdata = p.cast(new Class[]{CPointer.class, StripElem.class});
         

        Metadata

        • Field: 'stripdata'
        • Signature: 'StripElem*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__dir

        public static final long[] __DNA__FIELD__dir
        Field descriptor (offset) for struct member 'dir'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__dir);
         CPointer<CArrayFacade<Byte>> p_dir = p.cast(new Class[]{CArrayFacade.class, Byte.class});
         

        Metadata

        • Field: 'dir'
        • Signature: 'char[768]'
        • Actual Size (32bit/64bit): 768/768
      • __DNA__FIELD__proxy

        public static final long[] __DNA__FIELD__proxy
        Field descriptor (offset) for struct member 'proxy'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__proxy);
         CPointer<CPointer<StripProxy>> p_proxy = p.cast(new Class[]{CPointer.class, StripProxy.class});
         

        Metadata

        • Field: 'proxy'
        • Signature: 'StripProxy*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__crop

        public static final long[] __DNA__FIELD__crop
        Field descriptor (offset) for struct member 'crop'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__crop);
         CPointer<CPointer<StripCrop>> p_crop = p.cast(new Class[]{CPointer.class, StripCrop.class});
         

        Metadata

        • Field: 'crop'
        • Signature: 'StripCrop*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__transform

        public static final long[] __DNA__FIELD__transform
        Field descriptor (offset) for struct member 'transform'.

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__transform);
         CPointer<CPointer<StripTransform>> p_transform = p.cast(new Class[]{CPointer.class, StripTransform.class});
         

        Metadata

        • Field: 'transform'
        • Signature: 'StripTransform*'
        • Actual Size (32bit/64bit): 4/8
      • __DNA__FIELD__color_balance

        public static final long[] __DNA__FIELD__color_balance
        Deprecated.
        Deprecated

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__color_balance);
         CPointer<CPointer<StripColorBalance>> p_color_balance = p.cast(new Class[]{CPointer.class, StripColorBalance.class});
         

        Metadata

        • Field: 'color_balance'
        • Signature: 'StripColorBalance*'
        • Actual Size (32bit/64bit): 4/8
        Field descriptor (offset) for struct member 'color_balance'.

        Field Documentation

        Blender Source Code

      • __DNA__FIELD__colorspace_settings

        public static final long[] __DNA__FIELD__colorspace_settings
        Field descriptor (offset) for struct member 'colorspace_settings'.

        Field Documentation

        Blender Source Code

        color management

        Pointer Arithmetics

        This is how you get a reference on the corresponding field in the struct:

         Strip strip = ...;
         CPointer<Object> p = strip.__dna__addressof(Strip.__DNA__FIELD__colorspace_settings);
         CPointer<ColorManagedColorspaceSettings> p_colorspace_settings = p.cast(new Class[]{ColorManagedColorspaceSettings.class});
         

        Metadata

        • Field: 'colorspace_settings'
        • Signature: 'ColorManagedColorspaceSettings'
        • Actual Size (32bit/64bit): 64/64
    • Constructor Detail

      • Strip

        public Strip​(long __address,
                     Block __block,
                     BlockTable __blockTable)
      • Strip

        protected Strip​(Strip that)
    • Method Detail

      • getNext

        public CPointer<Strip> getNext()
                                throws java.io.IOException
        Get method for struct member 'next'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__next
      • setNext

        public void setNext​(CPointer<Strip> next)
                     throws java.io.IOException
        Set method for struct member 'next'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__next
      • getPrev

        public CPointer<Strip> getPrev()
                                throws java.io.IOException
        Get method for struct member 'prev'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prev
      • setPrev

        public void setPrev​(CPointer<Strip> prev)
                     throws java.io.IOException
        Set method for struct member 'prev'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__prev
      • getUs

        public int getUs()
                  throws java.io.IOException
        Get method for struct member 'us'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__us
      • setUs

        public void setUs​(int us)
                   throws java.io.IOException
        Set method for struct member 'us'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__us
      • getDone

        public int getDone()
                    throws java.io.IOException
        Get method for struct member 'done'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__done
      • setDone

        public void setDone​(int done)
                     throws java.io.IOException
        Set method for struct member 'done'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__done
      • getStartstill

        public int getStartstill()
                          throws java.io.IOException
        Get method for struct member 'startstill'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__startstill
      • setStartstill

        public void setStartstill​(int startstill)
                           throws java.io.IOException
        Set method for struct member 'startstill'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__startstill
      • getEndstill

        public int getEndstill()
                        throws java.io.IOException
        Get method for struct member 'endstill'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__endstill
      • setEndstill

        public void setEndstill​(int endstill)
                         throws java.io.IOException
        Set method for struct member 'endstill'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__endstill
      • getStripdata

        public CPointer<StripElem> getStripdata()
                                         throws java.io.IOException
        Get method for struct member 'stripdata'.

        Field Documentation

        Blender Source Code

        Only used as an array in IMAGE sequences(!), and as a 1-element array in MOVIE sequences, NULL for all other strip-types.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__stripdata
      • setStripdata

        public void setStripdata​(CPointer<StripElem> stripdata)
                          throws java.io.IOException
        Set method for struct member 'stripdata'.

        Field Documentation

        Blender Source Code

        Only used as an array in IMAGE sequences(!), and as a 1-element array in MOVIE sequences, NULL for all other strip-types.

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__stripdata
      • getDir

        public CArrayFacade<java.lang.Byte> getDir()
                                            throws java.io.IOException
        Get method for struct member 'dir'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dir
      • setDir

        public void setDir​(CArrayFacade<java.lang.Byte> dir)
                    throws java.io.IOException
        Set method for struct member 'dir'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__dir
      • setProxy

        public void setProxy​(CPointer<StripProxy> proxy)
                      throws java.io.IOException
        Set method for struct member 'proxy'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__proxy
      • setCrop

        public void setCrop​(CPointer<StripCrop> crop)
                     throws java.io.IOException
        Set method for struct member 'crop'.
        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__crop
      • getColor_balance

        public CPointer<StripColorBalance> getColor_balance()
                                                     throws java.io.IOException
        Deprecated.
        Deprecated

        Get method for struct member 'color_balance'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__color_balance
      • setColor_balance

        public void setColor_balance​(CPointer<StripColorBalance> color_balance)
                              throws java.io.IOException
        Deprecated.
        Deprecated

        Set method for struct member 'color_balance'.

        Field Documentation

        Blender Source Code

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__color_balance
      • setColorspace_settings

        public void setColorspace_settings​(ColorManagedColorspaceSettings colorspace_settings)
                                    throws java.io.IOException
        Set method for struct member 'colorspace_settings'.

        Field Documentation

        Blender Source Code

        color management

        Throws:
        java.io.IOException
        See Also:
        __DNA__FIELD__colorspace_settings
      • __io__addressof

        public CPointer<Strip> __io__addressof()
        Instantiates a pointer on this instance.