Package org.robovm.apple.coremedia
Class CMSampleBufferAttachment
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coremedia.CMSampleBufferAttachment
public class CMSampleBufferAttachment extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMSampleBufferAttachment.AsListMarshalerstatic classCMSampleBufferAttachment.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description CMSampleBufferAttachment() -
Method Summary
Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CMSampleBufferAttachment
public CMSampleBufferAttachment()
-
-
Method Details
-
has
-
get
-
set
-
shouldResetDecoderBeforeDecoding
public boolean shouldResetDecoderBeforeDecoding() -
setShouldResetDecoderBeforeDecoding
public CMSampleBufferAttachment setShouldResetDecoderBeforeDecoding(boolean shouldResetDecoderBeforeDecoding) -
shouldDrainAfterDecoding
public boolean shouldDrainAfterDecoding() -
setShouldDrainAfterDecoding
-
getShouldPostNotificationWhenConsumed
-
setShouldPostNotificationWhenConsumed
public CMSampleBufferAttachment setShouldPostNotificationWhenConsumed(Map<String,NSObject> shouldPostNotificationWhenConsumed) -
shouldResumeOutput
public boolean shouldResumeOutput() -
setShouldResumeOutput
-
getTransitionID
public long getTransitionID() -
setTransitionID
-
getTrimDurationAtStart
-
setTrimDurationAtStart
-
getTrimDurationAtEnd
-
setTrimDurationAtEnd
-
getSpeedMultiplier
public double getSpeedMultiplier() -
setSpeedMultiplier
-
shouldRevers
public boolean shouldRevers() -
setShouldRevers
-
fillsDiscontinuitiesWithSilence
public boolean fillsDiscontinuitiesWithSilence() -
setFillsDiscontinuitiesWithSilence
public CMSampleBufferAttachment setFillsDiscontinuitiesWithSilence(boolean fillsDiscontinuitiesWithSilence) -
isEmptyMedia
public boolean isEmptyMedia() -
setEmptyMedia
-
isPermanentEmptyMedia
public boolean isPermanentEmptyMedia() -
setPermanentEmptyMedia
-
displaysEmptyMediaImmediately
public boolean displaysEmptyMediaImmediately() -
setDisplaysEmptyMediaImmediately
public CMSampleBufferAttachment setDisplaysEmptyMediaImmediately(boolean displaysEmptyMediaImmediately) -
isEndsPreviousSampleDuration
public boolean isEndsPreviousSampleDuration() -
setEndsPreviousSampleDuration
-
getSampleReferenceURL
-
setSampleReferenceURL
-
getSampleReferenceByteOffset
public long getSampleReferenceByteOffset() -
setSampleReferenceByteOffset
-
getGradualDecoderRefresh
public long getGradualDecoderRefresh() -
setGradualDecoderRefresh
-
getDroppedFrameReason
-
setDroppedFrameReason
public CMSampleBufferAttachment setDroppedFrameReason(CMSampleBufferDroppedFrameReason droppedFrameReason) -
getDroppedFrameReasonInfo
-
setDroppedFrameReasonInfo
public CMSampleBufferAttachment setDroppedFrameReasonInfo(CMSampleBufferDroppedFrameReasonInfo droppedFrameReasonInfo)
-