Files
react-native-video/ios/core/Spec/DRMManagerSpec.swift
2025-10-14 09:43:25 +02:00

15 lines
369 B
Swift

//
// DRMManagerSpec.swift
// ReactNativeVideo
//
// Created by Krzysztof Moch on 05/08/2025.
//
import Foundation
import AVFoundation
public protocol DRMManagerSpec: AVContentKeySessionDelegate {
/// Creates a content key request for the given asset and DRM parameters.
func createContentKeyRequest(for asset: AVURLAsset, drmParams: NativeDrmParams) throws
}