MicroKaraokeRecordingData
public struct MicroKaraokeRecordingData : ContentUsed to upload a Micro Karaoke video. The offerID comes from the server when it offers a song clip.
Used by:
- POST /api/v3/karaoke/mk/recording
- 
                  
                  The offer from the server that this upload is fulfilling. Basically the reservation the server gives the client for a song clip. DeclarationSwift var offerID: UUID
- 
                  
                  The uploaded video; usually a .mp4 DeclarationSwift var videoData: Data
 View on GitHub
            View on GitHub
           MicroKaraokeRecordingData Structure Reference
      MicroKaraokeRecordingData Structure Reference