|
4838 | 4838 | content.</param> |
4839 | 4839 | <returns>An <see cref="T:FluentUI.Blazor.Community.Components.VideoMetadata"/> object containing the extracted metadata, such as duration, format, and bitrate.</returns> |
4840 | 4840 | </member> |
| 4841 | + <member name="T:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata"> |
| 4842 | + <summary> |
| 4843 | + Represents descriptive metadata information for a video, including title, series, directors, cast, genres, and |
| 4844 | + </summary> |
| 4845 | + </member> |
| 4846 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Title"> |
| 4847 | + <summary> |
| 4848 | + Gets or sets the title associated with the video. |
| 4849 | + </summary> |
| 4850 | + </member> |
| 4851 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Series"> |
| 4852 | + <summary> |
| 4853 | + Gets or sets the series identifier or name associated with the video. |
| 4854 | + </summary> |
| 4855 | + </member> |
| 4856 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Directors"> |
| 4857 | + <summary> |
| 4858 | + Gets or sets the names of the directors associated with the video. |
| 4859 | + </summary> |
| 4860 | + </member> |
| 4861 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Writers"> |
| 4862 | + <summary> |
| 4863 | + Gets or sets the collection of writer names associated with the video. |
| 4864 | + </summary> |
| 4865 | + </member> |
| 4866 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Cast"> |
| 4867 | + <summary> |
| 4868 | + Gets or sets the list of cast members associated with the video. |
| 4869 | + </summary> |
| 4870 | + </member> |
| 4871 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Producers"> |
| 4872 | + <summary> |
| 4873 | + Gets or sets the list of producers associated with the video. |
| 4874 | + </summary> |
| 4875 | + </member> |
| 4876 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Genres"> |
| 4877 | + <summary> |
| 4878 | + Gets or sets the genres associated with the video. |
| 4879 | + </summary> |
| 4880 | + </member> |
| 4881 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Year"> |
| 4882 | + <summary> |
| 4883 | + Gets or sets the year associated with the video. |
| 4884 | + </summary> |
| 4885 | + </member> |
| 4886 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Description"> |
| 4887 | + <summary> |
| 4888 | + Gets or sets the description associated with the video. |
| 4889 | + </summary> |
| 4890 | + </member> |
| 4891 | + <member name="P:FluentUI.Blazor.Community.Components.VideoDescriptiveMetadata.Comment"> |
| 4892 | + <summary> |
| 4893 | + Gets or sets the optional comment associated with this video. |
| 4894 | + </summary> |
| 4895 | + </member> |
4841 | 4896 | <member name="T:FluentUI.Blazor.Community.Components.VideoMetadata"> |
4842 | 4897 | <summary> |
4843 | 4898 | Represents a collection of metadata describing various aspects of a video, including descriptive, technical, legal, |
|
0 commit comments