Contents

containsAlphaChannel

A media characteristic that indicates that a track contains an alpha channel.

Declaration

static let containsAlphaChannel: AVMediaCharacteristic

Discussion

To determine whether the alpha is straight or pre-multiplied, look for a format description extension with key kCMFormatDescriptionExtension_AlphaChannelMode.

See Also

Visual