fastpixapi 1.1.2 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. checksums.yaml +4 -4
  2. data/lib/crystalline/metadata_fields.rb +56 -48
  3. data/lib/crystalline/types.rb +3 -3
  4. data/lib/crystalline.rb +4 -5
  5. data/lib/fastpix_client/dimensions.rb +54 -61
  6. data/lib/fastpix_client/drm_configurations.rb +49 -56
  7. data/lib/fastpix_client/errors.rb +36 -25
  8. data/lib/fastpix_client/fastpixapi.rb +2 -4
  9. data/lib/fastpix_client/in_video_ai_features.rb +108 -168
  10. data/lib/fastpix_client/input_video.rb +70 -77
  11. data/lib/fastpix_client/live_playback.rb +82 -99
  12. data/lib/fastpix_client/manage_live_stream.rb +149 -264
  13. data/lib/fastpix_client/manage_videos.rb +249 -566
  14. data/lib/fastpix_client/metrics.rb +79 -123
  15. data/lib/fastpix_client/models/components/addtrackrequest.rb +6 -2
  16. data/lib/fastpix_client/models/components/addtrackrequest.rbi +2 -0
  17. data/lib/fastpix_client/models/components/addtrackresponse.rb +6 -2
  18. data/lib/fastpix_client/models/components/addtrackresponse.rbi +2 -0
  19. data/lib/fastpix_client/models/components/audiotrack.rb +6 -2
  20. data/lib/fastpix_client/models/components/audiotrack.rbi +2 -0
  21. data/lib/fastpix_client/models/components/createlivestreamresponsedto.rb +10 -18
  22. data/lib/fastpix_client/models/components/createmediarequest.rb +9 -18
  23. data/lib/fastpix_client/models/components/generatetrackresponse.rb +6 -2
  24. data/lib/fastpix_client/models/components/generatetrackresponse.rbi +2 -0
  25. data/lib/fastpix_client/models/components/getallmediaresponse.rb +20 -38
  26. data/lib/fastpix_client/models/components/getallmediaresponse.rbi +2 -0
  27. data/lib/fastpix_client/models/components/getallmediaresponse_mp4support.rb +32 -12
  28. data/lib/fastpix_client/models/components/getallmediaresponse_mp4support.rbi +11 -1
  29. data/lib/fastpix_client/models/components/getallmediaresponse_sourceresolution.rb +2 -0
  30. data/lib/fastpix_client/models/components/getcreatelivestreamresponsedto.rb +9 -20
  31. data/lib/fastpix_client/models/components/{getmediaresponse.rb → getmediadetailresponse.rb} +25 -43
  32. data/lib/fastpix_client/models/components/{getmediaresponse.rbi → getmediadetailresponse.rbi} +4 -2
  33. data/lib/fastpix_client/models/components/{getmediaresponse_maxresolution.rb → getmediadetailresponse_maxresolution.rb} +2 -2
  34. data/lib/fastpix_client/models/components/getmediadetailresponse_maxresolution.rbi +11 -0
  35. data/lib/fastpix_client/models/components/{getmediaresponse_mediaquality.rb → getmediadetailresponse_mediaquality.rb} +2 -2
  36. data/lib/fastpix_client/models/components/getmediadetailresponse_mediaquality.rbi +11 -0
  37. data/lib/fastpix_client/models/components/getmediadetailresponse_mp4support.rb +48 -0
  38. data/lib/fastpix_client/models/components/getmediadetailresponse_mp4support.rbi +21 -0
  39. data/lib/fastpix_client/models/components/{getmediaresponse_sourceresolution.rb → getmediadetailresponse_sourceresolution.rb} +4 -2
  40. data/lib/fastpix_client/models/components/getmediadetailresponse_sourceresolution.rbi +11 -0
  41. data/lib/fastpix_client/models/components/{getmediaresponse_status.rb → getmediadetailresponse_status.rb} +2 -2
  42. data/lib/fastpix_client/models/components/getmediadetailresponse_status.rbi +11 -0
  43. data/lib/fastpix_client/models/components/{getmediaresponse_track.rb → getmediadetailresponse_track.rb} +1 -1
  44. data/lib/fastpix_client/models/components/getmediadetailresponse_track.rbi +11 -0
  45. data/lib/fastpix_client/models/components/live_media_clips.rb +16 -30
  46. data/lib/fastpix_client/models/components/live_media_clips.rbi +2 -0
  47. data/lib/fastpix_client/models/components/live_media_clips_mp4support.rb +32 -12
  48. data/lib/fastpix_client/models/components/live_media_clips_mp4support.rbi +11 -1
  49. data/lib/fastpix_client/models/components/live_media_clips_sourceresolution.rb +2 -0
  50. data/lib/fastpix_client/models/components/media.rb +18 -35
  51. data/lib/fastpix_client/models/components/media.rbi +2 -0
  52. data/lib/fastpix_client/models/components/media_mp4support.rb +32 -12
  53. data/lib/fastpix_client/models/components/media_mp4support.rbi +11 -1
  54. data/lib/fastpix_client/models/components/media_sourceresolution.rb +2 -0
  55. data/lib/fastpix_client/models/components/patchresponsedata.rb +9 -18
  56. data/lib/fastpix_client/models/components/sourceaccessmedia.rb +18 -35
  57. data/lib/fastpix_client/models/components/sourceaccessmedia.rbi +2 -0
  58. data/lib/fastpix_client/models/components/sourceaccessmedia_mp4support.rb +32 -12
  59. data/lib/fastpix_client/models/components/sourceaccessmedia_mp4support.rbi +11 -1
  60. data/lib/fastpix_client/models/components/sourceaccessmedia_sourceresolution.rb +2 -0
  61. data/lib/fastpix_client/models/components/subtitletrack.rb +6 -2
  62. data/lib/fastpix_client/models/components/subtitletrack.rbi +2 -0
  63. data/lib/fastpix_client/models/components/tracksubtitlesgeneraterequest.rb +6 -2
  64. data/lib/fastpix_client/models/components/tracksubtitlesgeneraterequest.rbi +2 -0
  65. data/lib/fastpix_client/models/components/update_media.rb +18 -35
  66. data/lib/fastpix_client/models/components/update_media.rbi +2 -0
  67. data/lib/fastpix_client/models/components/update_media_maxresolution.rb +0 -1
  68. data/lib/fastpix_client/models/components/update_media_mp4support.rb +32 -12
  69. data/lib/fastpix_client/models/components/update_media_mp4support.rbi +11 -1
  70. data/lib/fastpix_client/models/components/updatetrackrequest.rb +7 -7
  71. data/lib/fastpix_client/models/components/updatetrackrequest.rbi +2 -2
  72. data/lib/fastpix_client/models/components/updatetrackresponse.rb +6 -2
  73. data/lib/fastpix_client/models/components/updatetrackresponse.rbi +2 -0
  74. data/lib/fastpix_client/models/components/videotrack.rb +6 -2
  75. data/lib/fastpix_client/models/components/videotrack.rbi +2 -0
  76. data/lib/fastpix_client/models/components/videotrackforgetall.rb +6 -2
  77. data/lib/fastpix_client/models/components/videotrackforgetall.rbi +2 -0
  78. data/lib/fastpix_client/models/components/views.rb +51 -124
  79. data/lib/fastpix_client/models/components.rb +7 -7
  80. data/lib/fastpix_client/models/errors/empty_response_error.rb +15 -0
  81. data/lib/fastpix_client/models/errors.rb +1 -0
  82. data/lib/fastpix_client/models/operations/get_media_response.rb +1 -1
  83. data/lib/fastpix_client/models/operations/get_media_responsebody.rb +2 -2
  84. data/lib/fastpix_client/models/operations/push_media_settings.rb +9 -20
  85. data/lib/fastpix_client/playback.rb +122 -213
  86. data/lib/fastpix_client/playlist.rb +152 -297
  87. data/lib/fastpix_client/sdk_hooks/registration.rb +2 -2
  88. data/lib/fastpix_client/sdk_hooks/types.rb +4 -0
  89. data/lib/fastpix_client/sdkconfiguration.rb +3 -3
  90. data/lib/fastpix_client/signing_keys.rb +76 -120
  91. data/lib/fastpix_client/simulcast_stream.rb +100 -144
  92. data/lib/fastpix_client/start_live_stream.rb +55 -37
  93. data/lib/fastpix_client/utils/forms.rb +97 -101
  94. data/lib/fastpix_client/utils/headers.rb +44 -34
  95. data/lib/fastpix_client/utils/query_params.rb +39 -29
  96. data/lib/fastpix_client/utils/request_bodies.rb +4 -8
  97. data/lib/fastpix_client/utils/security.rb +30 -18
  98. data/lib/fastpix_client/utils/url.rb +83 -60
  99. data/lib/fastpix_client/utils/utils.rb +19 -37
  100. data/lib/fastpix_client/views.rb +69 -93
  101. data/lib/fastpixapi.rb +10 -10
  102. data/lib/openssl_patch.rb +24 -24
  103. metadata +17 -18
  104. data/lib/fastpix_client/models/components/getmediaresponse_maxresolution.rbi +0 -11
  105. data/lib/fastpix_client/models/components/getmediaresponse_mediaquality.rbi +0 -11
  106. data/lib/fastpix_client/models/components/getmediaresponse_mp4support.rb +0 -28
  107. data/lib/fastpix_client/models/components/getmediaresponse_mp4support.rbi +0 -11
  108. data/lib/fastpix_client/models/components/getmediaresponse_sourceresolution.rbi +0 -11
  109. data/lib/fastpix_client/models/components/getmediaresponse_status.rbi +0 -11
  110. data/lib/fastpix_client/models/components/getmediaresponse_track.rbi +0 -11
  111. data/test/sdk_examples_test.rb +0 -20
  112. data/test/test_helper.rb +0 -29
@@ -19,12 +19,15 @@ module FastpixClient
19
19
  field :language_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('languageName') } }
20
20
  # Language code for content localization
21
21
  field :language_code, Crystalline::Nilable.new(Models::Components::LanguageCode), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('languageCode'), 'decoder': Utils.enum_from_string(Models::Components::LanguageCode, true) } }
22
+ # Title of the track.
23
+ field :title, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('title') } }
22
24
 
23
- sig { params(metadata: T.nilable(T::Hash[Symbol, ::String]), language_name: T.nilable(::String), language_code: T.nilable(Models::Components::LanguageCode)).void }
24
- def initialize(metadata: nil, language_name: 'English', language_code: Models::Components::LanguageCode::EN_US)
25
+ sig { params(metadata: T.nilable(T::Hash[Symbol, ::String]), language_name: T.nilable(::String), language_code: T.nilable(Models::Components::LanguageCode), title: T.nilable(::String)).void }
26
+ def initialize(metadata: nil, language_name: 'English', language_code: Models::Components::LanguageCode::EN_US, title: nil)
25
27
  @metadata = metadata
26
28
  @language_name = language_name
27
29
  @language_code = language_code
30
+ @title = title
28
31
  end
29
32
 
30
33
  sig { params(other: T.untyped).returns(T::Boolean) }
@@ -33,6 +36,7 @@ module FastpixClient
33
36
  return false unless @metadata == other.metadata
34
37
  return false unless @language_name == other.language_name
35
38
  return false unless @language_code == other.language_code
39
+ return false unless @title == other.title
36
40
  true
37
41
  end
38
42
  end
@@ -14,4 +14,6 @@ class FastpixClient::Models::Components::TrackSubtitlesGenerateRequest
14
14
  def language_name=(str_); end
15
15
  def language_code(); end
16
16
  def language_code=(str_); end
17
+ def title(); end
18
+ def title=(str_); end
17
19
  end
@@ -22,13 +22,8 @@ module FastpixClient
22
22
  field :media_quality, Crystalline::Nilable.new(Models::Components::UpdateMediaMediaQuality), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('mediaQuality'), 'decoder': Utils.enum_from_string(Models::Components::UpdateMediaMediaQuality, true) } }
23
23
  # Determines the media's status, which can be one of the possible values.
24
24
  field :status, Crystalline::Nilable.new(Models::Components::UpdateMediaStatus), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('status'), 'decoder': Utils.enum_from_string(Models::Components::UpdateMediaStatus, true) } }
25
- # Determines the type of MP4 support for the media.
26
- # - **none**: Disables MP4 support.
27
- # - **capped_4k**: Enables MP4 downloads with resolutions up to 4K.
28
- # - **audioOnly**: Provides an MP4 stream containing only the audio.
29
- # - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
30
- #
31
- field :mp4_support, Crystalline::Nilable.new(Models::Components::UpdateMediaMp4Support), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('mp4Support'), 'decoder': Utils.enum_from_string(Models::Components::UpdateMediaMp4Support, true) } }
25
+ # The MP4 renditions generated for the media. Present only when MP4 support is enabled.
26
+ field :mp4_support, Crystalline::Nilable.new(Crystalline::Array.new(Models::Components::UpdateMediaMp4Support)), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('mp4Support') } }
32
27
  # The sourceAccess parameter determines whether the original media file is accessible. Set to true to enable access or false to restrict it
33
28
  field :source_access, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('sourceAccess') } }
34
29
  # A collection of Playback ID objects utilized for crafting HLS playback URLs.
@@ -45,6 +40,8 @@ module FastpixClient
45
40
  field :moderation, Crystalline::Nilable.new(Models::Components::AiResponseRecord), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('moderation') } }
46
41
  # Specifies whether subtitle tracks are available for the media.
47
42
  field :subtitle_available, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('subtitleAvailable') } }
43
+ # Enhance the quality and volume of the audio track. This is available for pre-recorded content only.
44
+ field :optimize_audio, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('optimizeAudio') } }
48
45
  # The length of the media in seconds, with a maximum allowed duration of 12 hours per individual media.
49
46
  field :duration, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('duration') } }
50
47
  # The aspect ratio of a video is a value that describes the relative shape of a video based on its width and height.
@@ -68,8 +65,8 @@ module FastpixClient
68
65
  # Indicates whether the media contains only audio (no video track).
69
66
  field :is_audio_only, Crystalline::Nilable.new(Crystalline::Boolean.new), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('isAudioOnly') } }
70
67
 
71
- sig { params(thumbnail: T.nilable(::String), id: T.nilable(::String), workspace_id: T.nilable(::String), media_quality: T.nilable(Models::Components::UpdateMediaMediaQuality), status: T.nilable(Models::Components::UpdateMediaStatus), mp4_support: T.nilable(Models::Components::UpdateMediaMp4Support), source_access: T.nilable(T::Boolean), playback_ids: T.nilable(T::Array[Models::Components::PlaybackId]), tracks: T.nilable(T::Array[T.any(Models::Components::VideoTrack, Models::Components::AudioTrack, Models::Components::SubtitleTrack)]), summary: T.nilable(Models::Components::AiSummaryRecord), chapters: T.nilable(Models::Components::AiResponseRecord), named_entities: T.nilable(Models::Components::AiResponseRecord), moderation: T.nilable(Models::Components::AiResponseRecord), subtitle_available: T.nilable(T::Boolean), duration: T.nilable(::String), aspect_ratio: T.nilable(::String), created_at: T.nilable(::DateTime), updated_at: T.nilable(::DateTime), metadata: T.nilable(T::Hash[Symbol, ::String]), creator_id: T.nilable(::String), title: T.nilable(::String), max_resolution: T.nilable(Models::Components::UpdateMediaMaxResolution), source_resolution: T.nilable(Models::Components::UpdateMediaSourceResolution), generated_subtitles: T.nilable(T::Array[Models::Components::TracksSubtitles]), is_audio_only: T.nilable(T::Boolean)).void }
72
- def initialize(thumbnail: nil, id: nil, workspace_id: nil, media_quality: nil, status: nil, mp4_support: nil, source_access: nil, playback_ids: nil, tracks: nil, summary: nil, chapters: nil, named_entities: nil, moderation: nil, subtitle_available: nil, duration: nil, aspect_ratio: nil, created_at: nil, updated_at: nil, metadata: nil, creator_id: '8fa85f64-5717-4562-b3fc-2c963f66afa6', title: 'My Video Title', max_resolution: Models::Components::UpdateMediaMaxResolution::ONE_THOUSAND_AND_EIGHTYP, source_resolution: Models::Components::UpdateMediaSourceResolution::ONE_THOUSAND_AND_EIGHTYP, generated_subtitles: nil, is_audio_only: nil)
68
+ sig { params(thumbnail: T.nilable(::String), id: T.nilable(::String), workspace_id: T.nilable(::String), media_quality: T.nilable(Models::Components::UpdateMediaMediaQuality), status: T.nilable(Models::Components::UpdateMediaStatus), mp4_support: T.nilable(T::Array[Models::Components::UpdateMediaMp4Support]), source_access: T.nilable(T::Boolean), playback_ids: T.nilable(T::Array[Models::Components::PlaybackId]), tracks: T.nilable(T::Array[T.any(Models::Components::VideoTrack, Models::Components::AudioTrack, Models::Components::SubtitleTrack)]), summary: T.nilable(Models::Components::AiSummaryRecord), chapters: T.nilable(Models::Components::AiResponseRecord), named_entities: T.nilable(Models::Components::AiResponseRecord), moderation: T.nilable(Models::Components::AiResponseRecord), subtitle_available: T.nilable(T::Boolean), optimize_audio: T.nilable(T::Boolean), duration: T.nilable(::String), aspect_ratio: T.nilable(::String), created_at: T.nilable(::DateTime), updated_at: T.nilable(::DateTime), metadata: T.nilable(T::Hash[Symbol, ::String]), creator_id: T.nilable(::String), title: T.nilable(::String), max_resolution: T.nilable(Models::Components::UpdateMediaMaxResolution), source_resolution: T.nilable(Models::Components::UpdateMediaSourceResolution), generated_subtitles: T.nilable(T::Array[Models::Components::TracksSubtitles]), is_audio_only: T.nilable(T::Boolean)).void }
69
+ def initialize(thumbnail: nil, id: nil, workspace_id: nil, media_quality: nil, status: nil, mp4_support: nil, source_access: nil, playback_ids: nil, tracks: nil, summary: nil, chapters: nil, named_entities: nil, moderation: nil, subtitle_available: nil, optimize_audio: nil, duration: nil, aspect_ratio: nil, created_at: nil, updated_at: nil, metadata: nil, creator_id: '8fa85f64-5717-4562-b3fc-2c963f66afa6', title: 'My Video Title', max_resolution: Models::Components::UpdateMediaMaxResolution::ONE_THOUSAND_AND_EIGHTYP, source_resolution: Models::Components::UpdateMediaSourceResolution::ONE_THOUSAND_AND_EIGHTYP, generated_subtitles: nil, is_audio_only: nil)
73
70
  @thumbnail = thumbnail
74
71
  @id = id
75
72
  @workspace_id = workspace_id
@@ -84,6 +81,7 @@ module FastpixClient
84
81
  @named_entities = named_entities
85
82
  @moderation = moderation
86
83
  @subtitle_available = subtitle_available
84
+ @optimize_audio = optimize_audio
87
85
  @duration = duration
88
86
  @aspect_ratio = aspect_ratio
89
87
  @created_at = created_at
@@ -100,32 +98,17 @@ module FastpixClient
100
98
  sig { params(other: T.untyped).returns(T::Boolean) }
101
99
  def ==(other)
102
100
  return false unless other.is_a? self.class
103
- return false unless @thumbnail == other.thumbnail
104
- return false unless @id == other.id
105
- return false unless @workspace_id == other.workspace_id
106
- return false unless @media_quality == other.media_quality
107
- return false unless @status == other.status
108
- return false unless @mp4_support == other.mp4_support
109
- return false unless @source_access == other.source_access
110
- return false unless @playback_ids == other.playback_ids
111
- return false unless @tracks == other.tracks
112
- return false unless @summary == other.summary
113
- return false unless @chapters == other.chapters
114
- return false unless @named_entities == other.named_entities
115
- return false unless @moderation == other.moderation
116
- return false unless @subtitle_available == other.subtitle_available
117
- return false unless @duration == other.duration
118
- return false unless @aspect_ratio == other.aspect_ratio
119
- return false unless @created_at == other.created_at
120
- return false unless @updated_at == other.updated_at
121
- return false unless @metadata == other.metadata
122
- return false unless @creator_id == other.creator_id
123
- return false unless @title == other.title
124
- return false unless @max_resolution == other.max_resolution
125
- return false unless @source_resolution == other.source_resolution
126
- return false unless @generated_subtitles == other.generated_subtitles
127
- return false unless @is_audio_only == other.is_audio_only
128
- true
101
+
102
+ [@thumbnail, @id, @workspace_id, @media_quality, @status,
103
+ @mp4_support, @source_access, @playback_ids, @tracks, @summary,
104
+ @chapters, @named_entities, @moderation, @subtitle_available, @optimize_audio, @duration,
105
+ @aspect_ratio, @created_at, @updated_at, @metadata, @creator_id,
106
+ @title, @max_resolution, @source_resolution, @generated_subtitles, @is_audio_only] ==
107
+ [other.thumbnail, other.id, other.workspace_id, other.media_quality, other.status,
108
+ other.mp4_support, other.source_access, other.playback_ids, other.tracks, other.summary,
109
+ other.chapters, other.named_entities, other.moderation, other.subtitle_available, other.optimize_audio, other.duration,
110
+ other.aspect_ratio, other.created_at, other.updated_at, other.metadata, other.creator_id,
111
+ other.title, other.max_resolution, other.source_resolution, other.generated_subtitles, other.is_audio_only]
129
112
  end
130
113
  end
131
114
  end
@@ -36,6 +36,8 @@ class FastpixClient::Models::Components::UpdateMedia
36
36
  def moderation=(str_); end
37
37
  def subtitle_available(); end
38
38
  def subtitle_available=(str_); end
39
+ def optimize_audio(); end
40
+ def optimize_audio=(str_); end
39
41
  def duration(); end
40
42
  def duration=(str_); end
41
43
  def aspect_ratio(); end
@@ -17,7 +17,6 @@ module FastpixClient
17
17
  ONE_THOUSAND_AND_EIGHTYP = new('1080p')
18
18
  SEVEN_HUNDRED_AND_TWENTYP = new('720p')
19
19
  FOUR_HUNDRED_AND_EIGHTYP = new('480p')
20
- THREE_HUNDRED_AND_SIXTYP = new('360p')
21
20
  end
22
21
  end
23
22
  end
@@ -7,20 +7,40 @@
7
7
  module FastpixClient
8
8
  module Models
9
9
  module Components
10
- # UpdateMediaMp4Support - Determines the type of MP4 support for the media.
11
- # - **none**: Disables MP4 support.
12
- # - **capped_4k**: Enables MP4 downloads with resolutions up to 4K.
13
- # - **audioOnly**: Provides an MP4 stream containing only the audio.
14
- # - **audioOnly,capped_4k**: Enables both MP4 video downloads (up to 4K) and an audio-only stream.
15
- #
16
- class UpdateMediaMp4Support < T::Enum
10
+ # UpdateMediaMp4Support - One MP4 rendition generated for the media when MP4 support is requested.
11
+ class UpdateMediaMp4Support
12
+ extend T::Sig
13
+ include Crystalline::MetadataFields
17
14
 
15
+ # The MP4 rendition type. `capped_4k` is a downloadable MP4 video capped at 4K resolution, `audioOnly` is a downloadable m4a audio-only file.
16
+ field :type, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('type') } }
17
+ # Generation status of this MP4 rendition. One of `preparing`, `ready`, or `failed`.
18
+ field :status, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('status') } }
19
+ # Pixel height of the rendition. Omitted for the `audioOnly` type.
20
+ field :height, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('height') } }
21
+ # Pixel width of the rendition. Omitted for the `audioOnly` type.
22
+ field :width, Crystalline::Nilable.new(::Integer), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('width') } }
23
+ # File extension of the downloadable rendition. One of `mp4` or `m4a`.
24
+ field :ext, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('ext') } }
18
25
 
19
- enums do
20
- NONE = new('none')
21
- CAPPED_4K = new('capped_4k')
22
- AUDIO_ONLY = new('audioOnly')
23
- AUDIO_ONLY_CAPPED_4K = new('audioOnly,capped_4k')
26
+ sig { params(type: T.nilable(::String), status: T.nilable(::String), height: T.nilable(::Integer), width: T.nilable(::Integer), ext: T.nilable(::String)).void }
27
+ def initialize(type: nil, status: nil, height: nil, width: nil, ext: nil)
28
+ @type = type
29
+ @status = status
30
+ @height = height
31
+ @width = width
32
+ @ext = ext
33
+ end
34
+
35
+ sig { params(other: T.untyped).returns(T::Boolean) }
36
+ def ==(other)
37
+ return false unless other.is_a? self.class
38
+ return false unless @type == other.type
39
+ return false unless @status == other.status
40
+ return false unless @height == other.height
41
+ return false unless @width == other.width
42
+ return false unless @ext == other.ext
43
+ true
24
44
  end
25
45
  end
26
46
  end
@@ -8,4 +8,14 @@ end
8
8
 
9
9
 
10
10
  class FastpixClient::Models::Components::UpdateMediaMp4Support
11
- end
11
+ def type(); end
12
+ def type=(str_); end
13
+ def status(); end
14
+ def status=(str_); end
15
+ def height(); end
16
+ def height=(str_); end
17
+ def width(); end
18
+ def width=(str_); end
19
+ def ext(); end
20
+ def ext=(str_); end
21
+ end
@@ -7,31 +7,31 @@
7
7
  module FastpixClient
8
8
  module Models
9
9
  module Components
10
- # Contains details about the track being added to the media file.
10
+ # Contains details about the track being updated. The track's file (`url`) cannot be changed — only its language and title.
11
11
  class UpdateTrackRequest
12
12
  extend T::Sig
13
13
  include Crystalline::MetadataFields
14
14
 
15
- # The direct URL of the track file. It must point to a valid audio or subtitle file.
16
- field :url, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('url') } }
17
15
  # The BCP 47 language code representing the track’s language.
18
16
  field :language_code, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('languageCode') } }
19
17
  # The full name of the language corresponding to the `languageCode`.
20
18
  field :language_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('languageName') } }
19
+ # Title of the track.
20
+ field :title, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('title') } }
21
21
 
22
- sig { params(url: T.nilable(::String), language_code: T.nilable(::String), language_name: T.nilable(::String)).void }
23
- def initialize(url: 'http://commondatastorage.googleapis.com/codeskulptor-assets/sounddogs/thrust.vtt', language_code: 'fr', language_name: 'French')
24
- @url = url
22
+ sig { params(language_code: T.nilable(::String), language_name: T.nilable(::String), title: T.nilable(::String)).void }
23
+ def initialize(language_code: 'fr', language_name: 'French', title: nil)
25
24
  @language_code = language_code
26
25
  @language_name = language_name
26
+ @title = title
27
27
  end
28
28
 
29
29
  sig { params(other: T.untyped).returns(T::Boolean) }
30
30
  def ==(other)
31
31
  return false unless other.is_a? self.class
32
- return false unless @url == other.url
33
32
  return false unless @language_code == other.language_code
34
33
  return false unless @language_name == other.language_name
34
+ return false unless @title == other.title
35
35
  true
36
36
  end
37
37
  end
@@ -8,10 +8,10 @@ end
8
8
 
9
9
 
10
10
  class FastpixClient::Models::Components::UpdateTrackRequest
11
- def url(); end
12
- def url=(str_); end
13
11
  def language_code(); end
14
12
  def language_code=(str_); end
15
13
  def language_name(); end
16
14
  def language_name=(str_); end
15
+ def title(); end
16
+ def title=(str_); end
17
17
  end
@@ -22,14 +22,17 @@ module FastpixClient
22
22
  field :language_code, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('languageCode') } }
23
23
  # The full name of the language corresponding to the `languageCode`.
24
24
  field :language_name, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('languageName') } }
25
+ # Title of the track.
26
+ field :title, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('title') } }
25
27
 
26
- sig { params(id: T.nilable(::String), type: T.nilable(Models::Components::UpdateTrackResponseType), url: T.nilable(::String), language_code: T.nilable(::String), language_name: T.nilable(::String)).void }
27
- def initialize(id: nil, type: nil, url: nil, language_code: nil, language_name: nil)
28
+ sig { params(id: T.nilable(::String), type: T.nilable(Models::Components::UpdateTrackResponseType), url: T.nilable(::String), language_code: T.nilable(::String), language_name: T.nilable(::String), title: T.nilable(::String)).void }
29
+ def initialize(id: nil, type: nil, url: nil, language_code: nil, language_name: nil, title: nil)
28
30
  @id = id
29
31
  @type = type
30
32
  @url = url
31
33
  @language_code = language_code
32
34
  @language_name = language_name
35
+ @title = title
33
36
  end
34
37
 
35
38
  sig { params(other: T.untyped).returns(T::Boolean) }
@@ -40,6 +43,7 @@ module FastpixClient
40
43
  return false unless @url == other.url
41
44
  return false unless @language_code == other.language_code
42
45
  return false unless @language_name == other.language_name
46
+ return false unless @title == other.title
43
47
  true
44
48
  end
45
49
  end
@@ -18,4 +18,6 @@ class FastpixClient::Models::Components::UpdateTrackResponse
18
18
  def language_code=(str_); end
19
19
  def language_name(); end
20
20
  def language_name=(str_); end
21
+ def title(); end
22
+ def title=(str_); end
21
23
  end
@@ -24,15 +24,18 @@ module FastpixClient
24
24
  field :frame_rate, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('frameRate') } }
25
25
  # Indicates the current state of the track. 'available' means the track has been processed successfully and is ready to be used or played.
26
26
  field :status, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('status') } }
27
+ # Title of the track.
28
+ field :title, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('title') } }
27
29
 
28
- sig { params(id: T.nilable(::String), type: T.nilable(::String), width: T.nilable(::Float), height: T.nilable(::Float), frame_rate: T.nilable(::String), status: T.nilable(::String)).void }
29
- def initialize(id: nil, type: nil, width: nil, height: nil, frame_rate: nil, status: nil)
30
+ sig { params(id: T.nilable(::String), type: T.nilable(::String), width: T.nilable(::Float), height: T.nilable(::Float), frame_rate: T.nilable(::String), status: T.nilable(::String), title: T.nilable(::String)).void }
31
+ def initialize(id: nil, type: nil, width: nil, height: nil, frame_rate: nil, status: nil, title: nil)
30
32
  @id = id
31
33
  @type = type
32
34
  @width = width
33
35
  @height = height
34
36
  @frame_rate = frame_rate
35
37
  @status = status
38
+ @title = title
36
39
  end
37
40
 
38
41
  sig { params(other: T.untyped).returns(T::Boolean) }
@@ -44,6 +47,7 @@ module FastpixClient
44
47
  return false unless @height == other.height
45
48
  return false unless @frame_rate == other.frame_rate
46
49
  return false unless @status == other.status
50
+ return false unless @title == other.title
47
51
  true
48
52
  end
49
53
  end
@@ -20,4 +20,6 @@ class FastpixClient::Models::Components::VideoTrack
20
20
  def frame_rate=(str_); end
21
21
  def status(); end
22
22
  def status=(str_); end
23
+ def title(); end
24
+ def title=(str_); end
23
25
  end
@@ -22,14 +22,17 @@ module FastpixClient
22
22
  field :height, Crystalline::Nilable.new(::Float), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('height') } }
23
23
  # Indicates the current state of the track. 'available' means the track has been processed successfully and is ready to be used or played.
24
24
  field :status, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('status') } }
25
+ # Title of the track.
26
+ field :title, Crystalline::Nilable.new(::String), { 'format_json': { 'letter_case': ::FastpixClient::Utils.field_name('title') } }
25
27
 
26
- sig { params(id: T.nilable(::String), type: T.nilable(::String), width: T.nilable(::Float), height: T.nilable(::Float), status: T.nilable(::String)).void }
27
- def initialize(id: nil, type: nil, width: nil, height: nil, status: nil)
28
+ sig { params(id: T.nilable(::String), type: T.nilable(::String), width: T.nilable(::Float), height: T.nilable(::Float), status: T.nilable(::String), title: T.nilable(::String)).void }
29
+ def initialize(id: nil, type: nil, width: nil, height: nil, status: nil, title: nil)
28
30
  @id = id
29
31
  @type = type
30
32
  @width = width
31
33
  @height = height
32
34
  @status = status
35
+ @title = title
33
36
  end
34
37
 
35
38
  sig { params(other: T.untyped).returns(T::Boolean) }
@@ -40,6 +43,7 @@ module FastpixClient
40
43
  return false unless @width == other.width
41
44
  return false unless @height == other.height
42
45
  return false unless @status == other.status
46
+ return false unless @title == other.title
43
47
  true
44
48
  end
45
49
  end
@@ -18,4 +18,6 @@ class FastpixClient::Models::Components::VideoTrackForGetAll
18
18
  def height=(str_); end
19
19
  def status(); end
20
20
  def status=(str_); end
21
+ def title(); end
22
+ def title=(str_); end
21
23
  end
@@ -512,130 +512,57 @@ module FastpixClient
512
512
  sig { params(other: T.untyped).returns(T::Boolean) }
513
513
  def ==(other)
514
514
  return false unless other.is_a? self.class
515
- return false unless @beacon_domain == other.beacon_domain
516
- return false unless @custom == other.custom
517
- return false unless @exit_before_video_start == other.exit_before_video_start
518
- return false unless @insert_timestamp == other.insert_timestamp
519
- return false unless @ip_address == other.ip_address
520
- return false unless @os_version == other.os_version
521
- return false unless @player_autoplay_on == other.player_autoplay_on
522
- return false unless @player_preload_on == other.player_preload_on
523
- return false unless @player_remote_played == other.player_remote_played
524
- return false unless @used_full_screen == other.used_full_screen
525
- return false unless @video_startup_failed == other.video_startup_failed
526
- return false unless @view_has_ad == other.view_has_ad
527
- return false unless @view_has_error == other.view_has_error
528
- return false unless @view_id == other.view_id
529
- return false unless @workspace_id == other.workspace_id
530
- return false unless @events == other.events
531
- return false unless @asn_id == other.asn_id
532
- return false unless @asn_name == other.asn_name
533
- return false unless @average_bitrate == other.average_bitrate
534
- return false unless @avg_downscaling == other.avg_downscaling
535
- return false unless @avg_request_latency == other.avg_request_latency
536
- return false unless @avg_request_throughput == other.avg_request_throughput
537
- return false unless @avg_upscaling == other.avg_upscaling
538
- return false unless @browser_engine == other.browser_engine
539
- return false unless @browser_name == other.browser_name
540
- return false unless @browser_version == other.browser_version
541
- return false unless @buffer_count == other.buffer_count
542
- return false unless @buffer_fill == other.buffer_fill
543
- return false unless @buffer_frequency == other.buffer_frequency
544
- return false unless @buffer_ratio == other.buffer_ratio
545
- return false unless @cdn == other.cdn
546
- return false unless @city == other.city
547
- return false unless @connection_type == other.connection_type
548
- return false unless @continent == other.continent
549
- return false unless @country == other.country
550
- return false unless @country_code == other.country_code
551
- return false unless @device_manufacturer == other.device_manufacturer
552
- return false unless @device_model == other.device_model
553
- return false unless @device_name == other.device_name
554
- return false unless @device_type == other.device_type
555
- return false unless @drm_type == other.drm_type
556
- return false unless @dropped_frame_count == other.dropped_frame_count
557
- return false unless @error_code == other.error_code
558
- return false unless @error_context == other.error_context
559
- return false unless @error_id == other.error_id
560
- return false unless @error_message == other.error_message
561
- return false unless @experiment_name == other.experiment_name
562
- return false unless @fp_api_version == other.fp_api_version
563
- return false unless @fp_embed == other.fp_embed
564
- return false unless @fp_embed_version == other.fp_embed_version
565
- return false unless @fp_live_stream_id == other.fp_live_stream_id
566
- return false unless @fp_playback_id == other.fp_playback_id
567
- return false unless @fp_sdk == other.fp_sdk
568
- return false unless @fp_sdk_version == other.fp_sdk_version
569
- return false unless @fp_viewer_id == other.fp_viewer_id
570
- return false unless @jump_latency == other.jump_latency
571
- return false unless @latitude == other.latitude
572
- return false unless @live_stream_latency == other.live_stream_latency
573
- return false unless @longitude == other.longitude
574
- return false unless @max_downscaling == other.max_downscaling
575
- return false unless @max_request_latency == other.max_request_latency
576
- return false unless @max_upscaling == other.max_upscaling
577
- return false unless @media_id == other.media_id
578
- return false unless @os_name == other.os_name
579
- return false unless @page_context == other.page_context
580
- return false unless @page_load_time == other.page_load_time
581
- return false unless @playback_score == other.playback_score
582
- return false unless @player_height == other.player_height
583
- return false unless @player_initialization_time == other.player_initialization_time
584
- return false unless @player_instance_id == other.player_instance_id
585
- return false unless @player_language == other.player_language
586
- return false unless @player_name == other.player_name
587
- return false unless @player_poster == other.player_poster
588
- return false unless @player_resolution == other.player_resolution
589
- return false unless @player_software_name == other.player_software_name
590
- return false unless @player_software_version == other.player_software_version
591
- return false unless @player_source_domain == other.player_source_domain
592
- return false unless @player_source_height == other.player_source_height
593
- return false unless @player_source_width == other.player_source_width
594
- return false unless @player_version == other.player_version
595
- return false unless @player_view_count == other.player_view_count
596
- return false unless @player_width == other.player_width
597
- return false unless @property_id == other.property_id
598
- return false unless @quality_of_experience_score == other.quality_of_experience_score
599
- return false unless @region == other.region
600
- return false unless @render_quality_score == other.render_quality_score
601
- return false unless @session_id == other.session_id
602
- return false unless @sign == other.sign
603
- return false unless @stability_score == other.stability_score
604
- return false unless @startup_score == other.startup_score
605
- return false unless @sub_property_id == other.sub_property_id
606
- return false unless @total_startup_time == other.total_startup_time
607
- return false unless @updated_timestamp == other.updated_timestamp
608
- return false unless @user_agent == other.user_agent
609
- return false unless @video_content_type == other.video_content_type
610
- return false unless @video_duration == other.video_duration
611
- return false unless @video_encoding_variant == other.video_encoding_variant
612
- return false unless @video_id == other.video_id
613
- return false unless @video_language == other.video_language
614
- return false unless @video_producer == other.video_producer
615
- return false unless @video_resolution == other.video_resolution
616
- return false unless @video_series == other.video_series
617
- return false unless @video_source_domain == other.video_source_domain
618
- return false unless @video_source_duration == other.video_source_duration
619
- return false unless @video_source_hostname == other.video_source_hostname
620
- return false unless @video_source_stream_type == other.video_source_stream_type
621
- return false unless @video_source_type == other.video_source_type
622
- return false unless @video_source_url == other.video_source_url
623
- return false unless @video_startup_time == other.video_startup_time
624
- return false unless @video_title == other.video_title
625
- return false unless @video_variant_id == other.video_variant_id
626
- return false unless @video_variant_name == other.video_variant_name
627
- return false unless @view_end == other.view_end
628
- return false unless @view_max_playhead_position == other.view_max_playhead_position
629
- return false unless @view_page_url == other.view_page_url
630
- return false unless @view_playing_time == other.view_playing_time
631
- return false unless @view_seeked_count == other.view_seeked_count
632
- return false unless @view_seeked_duration == other.view_seeked_duration
633
- return false unless @view_session_id == other.view_session_id
634
- return false unless @view_start == other.view_start
635
- return false unless @view_total_content_playback_time == other.view_total_content_playback_time
636
- return false unless @viewer_id == other.viewer_id
637
- return false unless @watch_time == other.watch_time
638
- true
515
+
516
+ [@beacon_domain, @custom, @exit_before_video_start, @insert_timestamp, @ip_address,
517
+ @os_version, @player_autoplay_on, @player_preload_on, @player_remote_played, @used_full_screen,
518
+ @video_startup_failed, @view_has_ad, @view_has_error, @view_id, @workspace_id,
519
+ @events, @asn_id, @asn_name, @average_bitrate, @avg_downscaling,
520
+ @avg_request_latency, @avg_request_throughput, @avg_upscaling, @browser_engine, @browser_name,
521
+ @browser_version, @buffer_count, @buffer_fill, @buffer_frequency, @buffer_ratio,
522
+ @cdn, @city, @connection_type, @continent, @country,
523
+ @country_code, @device_manufacturer, @device_model, @device_name, @device_type,
524
+ @drm_type, @dropped_frame_count, @error_code, @error_context, @error_id,
525
+ @error_message, @experiment_name, @fp_api_version, @fp_embed, @fp_embed_version,
526
+ @fp_live_stream_id, @fp_playback_id, @fp_sdk, @fp_sdk_version, @fp_viewer_id,
527
+ @jump_latency, @latitude, @live_stream_latency, @longitude, @max_downscaling,
528
+ @max_request_latency, @max_upscaling, @media_id, @os_name, @page_context,
529
+ @page_load_time, @playback_score, @player_height, @player_initialization_time, @player_instance_id,
530
+ @player_language, @player_name, @player_poster, @player_resolution, @player_software_name,
531
+ @player_software_version, @player_source_domain, @player_source_height, @player_source_width, @player_version,
532
+ @player_view_count, @player_width, @property_id, @quality_of_experience_score, @region,
533
+ @render_quality_score, @session_id, @sign, @stability_score, @startup_score,
534
+ @sub_property_id, @total_startup_time, @updated_timestamp, @user_agent, @video_content_type,
535
+ @video_duration, @video_encoding_variant, @video_id, @video_language, @video_producer,
536
+ @video_resolution, @video_series, @video_source_domain, @video_source_duration, @video_source_hostname,
537
+ @video_source_stream_type, @video_source_type, @video_source_url, @video_startup_time, @video_title,
538
+ @video_variant_id, @video_variant_name, @view_end, @view_max_playhead_position, @view_page_url,
539
+ @view_playing_time, @view_seeked_count, @view_seeked_duration, @view_session_id, @view_start,
540
+ @view_total_content_playback_time, @viewer_id, @watch_time] ==
541
+ [other.beacon_domain, other.custom, other.exit_before_video_start, other.insert_timestamp, other.ip_address,
542
+ other.os_version, other.player_autoplay_on, other.player_preload_on, other.player_remote_played, other.used_full_screen,
543
+ other.video_startup_failed, other.view_has_ad, other.view_has_error, other.view_id, other.workspace_id,
544
+ other.events, other.asn_id, other.asn_name, other.average_bitrate, other.avg_downscaling,
545
+ other.avg_request_latency, other.avg_request_throughput, other.avg_upscaling, other.browser_engine, other.browser_name,
546
+ other.browser_version, other.buffer_count, other.buffer_fill, other.buffer_frequency, other.buffer_ratio,
547
+ other.cdn, other.city, other.connection_type, other.continent, other.country,
548
+ other.country_code, other.device_manufacturer, other.device_model, other.device_name, other.device_type,
549
+ other.drm_type, other.dropped_frame_count, other.error_code, other.error_context, other.error_id,
550
+ other.error_message, other.experiment_name, other.fp_api_version, other.fp_embed, other.fp_embed_version,
551
+ other.fp_live_stream_id, other.fp_playback_id, other.fp_sdk, other.fp_sdk_version, other.fp_viewer_id,
552
+ other.jump_latency, other.latitude, other.live_stream_latency, other.longitude, other.max_downscaling,
553
+ other.max_request_latency, other.max_upscaling, other.media_id, other.os_name, other.page_context,
554
+ other.page_load_time, other.playback_score, other.player_height, other.player_initialization_time, other.player_instance_id,
555
+ other.player_language, other.player_name, other.player_poster, other.player_resolution, other.player_software_name,
556
+ other.player_software_version, other.player_source_domain, other.player_source_height, other.player_source_width, other.player_version,
557
+ other.player_view_count, other.player_width, other.property_id, other.quality_of_experience_score, other.region,
558
+ other.render_quality_score, other.session_id, other.sign, other.stability_score, other.startup_score,
559
+ other.sub_property_id, other.total_startup_time, other.updated_timestamp, other.user_agent, other.video_content_type,
560
+ other.video_duration, other.video_encoding_variant, other.video_id, other.video_language, other.video_producer,
561
+ other.video_resolution, other.video_series, other.video_source_domain, other.video_source_duration, other.video_source_hostname,
562
+ other.video_source_stream_type, other.video_source_type, other.video_source_url, other.video_startup_time, other.video_title,
563
+ other.video_variant_id, other.video_variant_name, other.view_end, other.view_max_playhead_position, other.view_page_url,
564
+ other.view_playing_time, other.view_seeked_count, other.view_seeked_duration, other.view_session_id, other.view_start,
565
+ other.view_total_content_playback_time, other.viewer_id, other.watch_time]
639
566
  end
640
567
 
641
568
  def to_dict
@@ -77,13 +77,13 @@ module FastpixClient
77
77
  autoload :GetAllPlaylistsResponse, 'fastpix_client/models/components/getallplaylistsresponse.rb'
78
78
  autoload :GetAllSigningKeysResponse, 'fastpix_client/models/components/getallsigningkeysresponse.rb'
79
79
  autoload :GetAllSigningKeysResponseDto, 'fastpix_client/models/components/getallsigningkeysresponsedto.rb'
80
- autoload :GetMediaResponse, 'fastpix_client/models/components/getmediaresponse.rb'
81
- autoload :GetMediaResponseMaxResolution, 'fastpix_client/models/components/getmediaresponse_maxresolution.rb'
82
- autoload :GetMediaResponseMediaQuality, 'fastpix_client/models/components/getmediaresponse_mediaquality.rb'
83
- autoload :GetMediaResponseMp4Support, 'fastpix_client/models/components/getmediaresponse_mp4support.rb'
84
- autoload :GetMediaResponseSourceResolution, 'fastpix_client/models/components/getmediaresponse_sourceresolution.rb'
85
- autoload :GetMediaResponseStatus, 'fastpix_client/models/components/getmediaresponse_status.rb'
86
- autoload :GetMediaResponseTrack, 'fastpix_client/models/components/getmediaresponse_track.rb'
80
+ autoload :GetMediaDetailResponse, 'fastpix_client/models/components/getmediadetailresponse.rb'
81
+ autoload :GetMediaDetailResponseMaxResolution, 'fastpix_client/models/components/getmediadetailresponse_maxresolution.rb'
82
+ autoload :GetMediaDetailResponseMediaQuality, 'fastpix_client/models/components/getmediadetailresponse_mediaquality.rb'
83
+ autoload :GetMediaDetailResponseMp4Support, 'fastpix_client/models/components/getmediadetailresponse_mp4support.rb'
84
+ autoload :GetMediaDetailResponseSourceResolution, 'fastpix_client/models/components/getmediadetailresponse_sourceresolution.rb'
85
+ autoload :GetMediaDetailResponseStatus, 'fastpix_client/models/components/getmediadetailresponse_status.rb'
86
+ autoload :GetMediaDetailResponseTrack, 'fastpix_client/models/components/getmediadetailresponse_track.rb'
87
87
  autoload :LanguageCode, 'fastpix_client/models/components/languagecode.rb'
88
88
  autoload :LiveMediaClips, 'fastpix_client/models/components/live_media_clips.rb'
89
89
  autoload :LiveMediaClipsMaxResolution, 'fastpix_client/models/components/live_media_clips_maxresolution.rb'