Package org.robovm.apple.avfoundation
Class AVCaptureMovieFileOutput
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.avfoundation.AVCaptureOutput
org.robovm.apple.avfoundation.AVCaptureFileOutput
org.robovm.apple.avfoundation.AVCaptureMovieFileOutput
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class AVCaptureMovieFileOutput extends AVCaptureFileOutput
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAVCaptureMovieFileOutput.AVCaptureMovieFileOutputPtrNested classes/interfaces inherited from class org.robovm.apple.avfoundation.AVCaptureFileOutput
AVCaptureFileOutput.AVCaptureFileOutputPtrNested classes/interfaces inherited from class org.robovm.apple.avfoundation.AVCaptureOutput
AVCaptureOutput.AVCaptureOutputPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description AVCaptureMovieFileOutput()protectedAVCaptureMovieFileOutput(NSObject.Handle h, long handle)protectedAVCaptureMovieFileOutput(NSObject.SkipInit skipInit) -
Method Summary
Methods inherited from class org.robovm.apple.avfoundation.AVCaptureFileOutput
getMaxRecordedDuration, getMaxRecordedFileSize, getMinFreeDiskSpaceLimit, getOutputFileURL, getRecordedDuration, getRecordedFileSize, isRecording, setMaxRecordedDuration, setMaxRecordedFileSize, setMinFreeDiskSpaceLimit, startRecording, stopRecordingMethods inherited from class org.robovm.apple.avfoundation.AVCaptureOutput
getConnection, getConnections, getRectOfInterestInMetadataOutputCoordinates, getRectOfInterestInOutputCoordinates, getTransformedMetadataObjectMethods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
AVCaptureMovieFileOutput
-
AVCaptureMovieFileOutput
-
AVCaptureMovieFileOutput
public AVCaptureMovieFileOutput()
-
-
Method Details
-
getMovieFragmentInterval
-
setMovieFragmentInterval
-
getMetadata
-
setMetadata
-
getAvailableVideoCodecTypes
- Since:
- Available in iOS 10.0 and later.
-
isPrimaryConstituentDeviceSwitchingBehaviorForRecordingEnabled
public boolean isPrimaryConstituentDeviceSwitchingBehaviorForRecordingEnabled()- Since:
- Available in iOS 15.0 and later.
-
setPrimaryConstituentDeviceSwitchingBehaviorForRecordingEnabled
public void setPrimaryConstituentDeviceSwitchingBehaviorForRecordingEnabled(boolean v)- Since:
- Available in iOS 15.0 and later.
-
getPrimaryConstituentDeviceSwitchingBehaviorForRecording
public AVCapturePrimaryConstituentDeviceSwitchingBehavior getPrimaryConstituentDeviceSwitchingBehaviorForRecording()- Since:
- Available in iOS 15.0 and later.
-
getPrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionsForRecording
public AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditions getPrimaryConstituentDeviceRestrictedSwitchingBehaviorConditionsForRecording()- Since:
- Available in iOS 15.0 and later.
-
supportedOutputSettingsKeysForConnection
- Since:
- Available in iOS 12.0 and later.
-
getOutputSettings
- Since:
- Available in iOS 10.0 and later.
-
setOutputSettings
public void setOutputSettings(NSDictionary<NSString,?> outputSettings, AVCaptureConnection connection)- Since:
- Available in iOS 10.0 and later.
-
recordsVideoOrientationAndMirroringChangesAsMetadataTrack
public boolean recordsVideoOrientationAndMirroringChangesAsMetadataTrack(AVCaptureConnection connection)- Since:
- Available in iOS 9.0 and later.
-
setRecordsVideoOrientationAndMirroringChangesAsMetadataTrack
public void setRecordsVideoOrientationAndMirroringChangesAsMetadataTrack(boolean doRecordChanges, AVCaptureConnection connection)- Since:
- Available in iOS 9.0 and later.
-
setPrimaryConstituentDeviceSwitchingBehaviorForRecording
public void setPrimaryConstituentDeviceSwitchingBehaviorForRecording(AVCapturePrimaryConstituentDeviceSwitchingBehavior switchingBehavior, AVCapturePrimaryConstituentDeviceRestrictedSwitchingBehaviorConditions restrictedSwitchingBehaviorConditions)- Since:
- Available in iOS 15.0 and later.
-
create
protected static long create()
-