Class CMSampleAttachment

java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coremedia.CMSampleAttachment

public class CMSampleAttachment
extends CFDictionaryWrapper
  • Constructor Details

    • CMSampleAttachment

      public CMSampleAttachment()
  • Method Details

    • has

      public boolean has​(CMSampleAttachmentKey key)
    • get

      public <T extends NativeObject> T get​(CMSampleAttachmentKey key, Class<T> type)
    • set

    • isNotSync

      public boolean isNotSync()
    • setNotSync

      public CMSampleAttachment setNotSync​(boolean notSync)
    • isPartialSync

      public boolean isPartialSync()
    • setPartialSync

      public CMSampleAttachment setPartialSync​(boolean partialSync)
    • hasRedundantCoding

      public boolean hasRedundantCoding()
    • setHasRedundantCoding

      public CMSampleAttachment setHasRedundantCoding​(boolean hasRedundantCoding)
    • isDependedOnByOthers

      public boolean isDependedOnByOthers()
    • setIsDependedOnByOthers

      public CMSampleAttachment setIsDependedOnByOthers​(boolean isDependedOnByOthers)
    • dependsOnOthers

      public boolean dependsOnOthers()
    • setDependsOnOthers

      public CMSampleAttachment setDependsOnOthers​(boolean dependsOnOthers)
    • allowsEarlierDisplayTimes

      public boolean allowsEarlierDisplayTimes()
    • setAllowsEarlierDisplayTimes

      public CMSampleAttachment setAllowsEarlierDisplayTimes​(boolean allowsEarlierDisplayTimes)
    • displaysImmediately

      public boolean displaysImmediately()
    • setDisplaysImmediately

      public CMSampleAttachment setDisplaysImmediately​(boolean displaysImmediately)
    • doesNotDisplay

      public boolean doesNotDisplay()
    • setDoesNotDisplay

      public CMSampleAttachment setDoesNotDisplay​(boolean doesNotDisplay)