System.Html.URL.CreateObjectURL C# (CSharp) Méthode

CreateObjectURL() public static méthode

public static CreateObjectURL ( MediaSource source ) : string
source System.Media.Source.MediaSource
Résultat string
        public static string CreateObjectURL(MediaSource source)
        {
            return null;
        }

Same methods

URL::CreateObjectURL ( Blob blob ) : string
URL::CreateObjectURL ( Blob blob, ObjectUrlOptions options ) : string
URL::CreateObjectURL ( MediaSource source, ObjectUrlOptions options ) : string
URL::CreateObjectURL ( MediaStream stream ) : string
URL::CreateObjectURL ( MediaStream stream, ObjectUrlOptions options ) : string