Class AVFormatLibrary.AVFormatParameters

  • Enclosing interface:
    AVFormatLibrary

    public static class AVFormatLibrary.AVFormatParameters
    extends com.sun.jna.Structure
    • Method Summary

      • Methods inherited from class com.sun.jna.Structure

        allocateMemory, allocateMemory, clear, equals, getMemory, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • sample_rate

        public int sample_rate
      • channels

        public int channels
      • width

        public int width
      • height

        public int height
      • pix_fmt

        public int pix_fmt
      • channel

        public int channel
      • device

        public com.sun.jna.Pointer device
        < used to select dv channel
      • standard

        public com.sun.jna.Pointer standard
        < video, audio or DV device
      • bitFields

        public int bitFields
        < tv standard, NTSC, PAL, SECAM
      • video_codec_id

        public int video_codec_id
      • audio_codec_id

        public int audio_codec_id
    • Constructor Detail

      • AVFormatParameters

        public AVFormatParameters()