Class AVFormatLibrary.AVFormatParameters

java.lang.Object
com.sun.jna.Structure
net.sf.ffmpeg_java.AVFormatLibrary.AVFormatParameters
Enclosing interface:
AVFormatLibrary

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

    Fields
    Modifier and Type
    Field
    Description
    int
     
    int
    invalid input: '<' tv standard, NTSC, PAL, SECAM
    int
     
    int
     
    com.sun.jna.Pointer
    invalid input: '<' used to select dv channel
    int
     
    int
     
    int
     
    com.sun.jna.Pointer
    invalid input: '<' video, audio or DV device
     
    int
     
    int
     

    Fields inherited from class com.sun.jna.Structure

    ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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 Details

    • time_base

      public FFMPEGLibrary.AVRational time_base
    • 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
      invalid input: '<' used to select dv channel
    • standard

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

      public int bitFields
      invalid input: '<' tv standard, NTSC, PAL, SECAM
    • video_codec_id

      public int video_codec_id
    • audio_codec_id

      public int audio_codec_id
  • Constructor Details

    • AVFormatParameters

      public AVFormatParameters()