namespace ReplayKit
{
[Deprecated(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RPBroadcastSampleHandler' instead.")]
[Deprecated(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.None, "Use 'RPBroadcastSampleHandler' instead.")]
[Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[Register("RPBroadcastMP4ClipHandler", true)]
public class RPBroadcastMP4ClipHandler : RPBroadcastHandler
}