Class AVVideoSettings

    • Constructor Detail

      • AVVideoSettings

        public AVVideoSettings()
    • Method Detail

      • has

        public boolean has​(NSString key)
      • getCodec

        public AVVideoCodecType getCodec()
        Since:
        Available in iOS 4.0 and later.
      • getWidth

        public long getWidth()
        Since:
        Available in iOS 4.0 and later.
      • setWidth

        public AVVideoSettings setWidth​(long width)
        Since:
        Available in iOS 4.0 and later.
      • getHeight

        public long getHeight()
        Since:
        Available in iOS 4.0 and later.
      • setHeight

        public AVVideoSettings setHeight​(long height)
        Since:
        Available in iOS 4.0 and later.
      • getCleanAperture

        public AVVideoCleanAperture getCleanAperture()
        Since:
        Available in iOS 4.0 and later.
      • getScalingMode

        public AVVideoScalingMode getScalingMode()
        Since:
        Available in iOS 5.0 and later.
      • allowsFrameReordering

        public boolean allowsFrameReordering()
        Since:
        Available in iOS 7.0 and later.
      • setAllowsFrameReordering

        public AVVideoSettings setAllowsFrameReordering​(boolean allowsFrameReordering)
        Since:
        Available in iOS 7.0 and later.
      • getProfileLevel

        public AVVideoProfileLevel getProfileLevel()
        Since:
        Available in iOS 4.0 and later.
      • getH264EntropyMode

        public AVVideoH264EntropyMode getH264EntropyMode()
        Since:
        Available in iOS 7.0 and later.
      • getExpectedSourceFrameRate

        public double getExpectedSourceFrameRate()
        Since:
        Available in iOS 7.0 and later.
      • setExpectedSourceFrameRate

        public AVVideoSettings setExpectedSourceFrameRate​(double expectedSourceFrameRate)
        Since:
        Available in iOS 7.0 and later.
      • getAverageNonDroppableFrameRate

        public double getAverageNonDroppableFrameRate()
        Since:
        Available in iOS 7.0 and later.
      • setAverageNonDroppableFrameRate

        public AVVideoSettings setAverageNonDroppableFrameRate​(double averageNonDroppableFrameRate)
        Since:
        Available in iOS 7.0 and later.
      • getPixelAspectRatio

        public AVPixelAspectRatio getPixelAspectRatio()
        Since:
        Available in iOS 4.0 and later.