Package org.robovm.apple.coremedia
Class CMSampleAttachment
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coremedia.CMSampleAttachment
public class CMSampleAttachment extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCMSampleAttachment.AsListMarshalerstatic classCMSampleAttachment.Marshaler -
Field Summary
-
Constructor Summary
Constructors Constructor Description CMSampleAttachment() -
Method Summary
Modifier and Type Method Description booleanallowsEarlierDisplayTimes()booleandependsOnOthers()booleandisplaysImmediately()booleandoesNotDisplay()<T extends NativeObject>
Tget(CMSampleAttachmentKey key, Class<T> type)booleanhas(CMSampleAttachmentKey key)booleanhasRedundantCoding()booleanisDependedOnByOthers()booleanisNotSync()booleanisPartialSync()CMSampleAttachmentset(CMSampleAttachmentKey key, NativeObject value)CMSampleAttachmentsetAllowsEarlierDisplayTimes(boolean allowsEarlierDisplayTimes)CMSampleAttachmentsetDependsOnOthers(boolean dependsOnOthers)CMSampleAttachmentsetDisplaysImmediately(boolean displaysImmediately)CMSampleAttachmentsetDoesNotDisplay(boolean doesNotDisplay)CMSampleAttachmentsetHasRedundantCoding(boolean hasRedundantCoding)CMSampleAttachmentsetIsDependedOnByOthers(boolean isDependedOnByOthers)CMSampleAttachmentsetNotSync(boolean notSync)CMSampleAttachmentsetPartialSync(boolean partialSync)Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
CMSampleAttachment
public CMSampleAttachment()
-
-
Method Details
-
has
-
get
-
set
-
isNotSync
public boolean isNotSync() -
setNotSync
-
isPartialSync
public boolean isPartialSync() -
setPartialSync
-
hasRedundantCoding
public boolean hasRedundantCoding() -
setHasRedundantCoding
-
isDependedOnByOthers
public boolean isDependedOnByOthers() -
setIsDependedOnByOthers
-
dependsOnOthers
public boolean dependsOnOthers() -
setDependsOnOthers
-
allowsEarlierDisplayTimes
public boolean allowsEarlierDisplayTimes() -
setAllowsEarlierDisplayTimes
-
displaysImmediately
public boolean displaysImmediately() -
setDisplaysImmediately
-
doesNotDisplay
public boolean doesNotDisplay() -
setDoesNotDisplay
-