AWSEC2MediaDeviceMemoryInfo

Objective-C

@interface AWSEC2MediaDeviceMemoryInfo

Swift

class AWSEC2MediaDeviceMemoryInfo

Describes the memory available to the media accelerator.

  • The size of the memory available to each media accelerator, in MiB.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable sizeInMiB;

    Swift

    var sizeInMiB: NSNumber? { get set }