System.Html.URL.CreateObjectURL C# (CSharp) Method

CreateObjectURL() public static method

public static CreateObjectURL ( MediaStream stream ) : string
stream System.Html.Media.MediaStream
return string
        public static string CreateObjectURL(MediaStream stream)
        {
            return null;
        }

Same methods

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