System.Html.URL.CreateObjectURL C# (CSharp) 메소드

CreateObjectURL() 공개 정적인 메소드

public static CreateObjectURL ( MediaStream stream ) : string
stream System.Html.Media.MediaStream
리턴 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