MediaPlaybackBehavior: Type<MediaPlayback.Cluster, Type<Of<{
    attributes: {};
    commands: {};
    events: {};
    id: 0;
    name: "Unknown";
    revision: 0;
}>, typeof ClusterBehavior, MediaPlaybackInterface>, MediaPlaybackInterface> = BaseMediaPlaybackBehavior

The MediaPlayback cluster is optional per the Matter specification.

We provide this alias to the default implementation MediaPlaybackBehavior for convenience.